public class AllOfPredicate<T> extends Object implements EPredicate<T>
| Modifier and Type | Field and Description |
|---|---|
protected List<EPredicate<T>> |
predicates |
| Constructor and Description |
|---|
AllOfPredicate(EPredicate<T>... predicates) |
AllOfPredicate(List<EPredicate<T>> predicates) |
| Modifier and Type | Method and Description |
|---|---|
AllOfPredicate<T> |
and(EPredicate<T>... predicates) |
AllOfPredicate<T> |
and(List<T> values) |
AllOfPredicate<T> |
and(T... values) |
boolean |
pass(T input) |
String |
toString() |
protected List<EPredicate<T>> predicates
public AllOfPredicate(EPredicate<T>... predicates)
public AllOfPredicate(List<EPredicate<T>> predicates)
public boolean pass(T input)
pass in interface EPredicate<T>public AllOfPredicate<T> and(EPredicate<T>... predicates)
public AllOfPredicate<T> and(List<T> values)
public AllOfPredicate<T> and(T... values)
Copyright © 2013 Atomic Leopard. All Rights Reserved.