| 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> AllOfPredicate<T> |
Expressive.Predicate.allOf(EPredicate<T>... predicates)
The returned predicate will return true for
EPredicate.pass(Object) for any value that would pass all
of the given EPredicate instances. |
| Modifier and Type | Method and Description |
|---|---|
AllOfPredicate<T> |
AllOfPredicate.and(EPredicate<T>... predicates) |
AllOfPredicate<T> |
AllOfPredicate.and(List<T> values) |
AllOfPredicate<T> |
AllOfPredicate.and(T... values) |
Copyright © 2013 Atomic Leopard. All Rights Reserved.