| Package | Description |
|---|---|
| com.atomicleopard.expressive |
Expressive is a java library designed to enable simple and easily read usage
of the Java Collections API. |
| com.atomicleopard.expressive.predicate |
| Modifier and Type | Method and Description |
|---|---|
static <T> PredicateBuilder<T> |
Expressive.Predicate.on(Class<T> type)
Creates a
PredicateBuilder for the specified type. |
| Modifier and Type | Method and Description |
|---|---|
<S> PredicateBuilder<T> |
PredicateBuilder.PredicateUsing.is(S... value) |
<S> PredicateBuilder<T> |
PredicateBuilder.PredicateUsing.is(S value) |
<S> PredicateBuilder<T> |
PredicateBuilder.PredicateUsing.isNot(S... value) |
<S> PredicateBuilder<T> |
PredicateBuilder.PredicateUsing.isNot(S value) |
<S> PredicateBuilder<T> |
PredicateBuilder.PredicateUsing.passes(EPredicate<S> propertyPredicate) |
Copyright © 2013 Atomic Leopard. All Rights Reserved.