| 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> AnyOfPredicate<T> |
Expressive.Predicate.anyOf(T... objects)
The returned predicate will return true for
EPredicate.pass(Object) only for objects whose Object.equals(Object) method
returns true for any of the the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
AnyOfPredicate<T> |
AnyOfPredicate.or(EPredicate<T>... predicates) |
AnyOfPredicate<T> |
AnyOfPredicate.or(List<T> values) |
AnyOfPredicate<T> |
AnyOfPredicate.or(T... values) |
Copyright © 2013 Atomic Leopard. All Rights Reserved.