T - public class EqualsPredicate<T> extends Object implements EPredicate<T>
EPredicate which will pass any input which is considered equal to
the specified object, using the Object.equals(Object) implementation.| Modifier and Type | Class and Description |
|---|---|
static class |
EqualsPredicate.Transformer |
| Constructor and Description |
|---|
EqualsPredicate(T value) |
| Modifier and Type | Method and Description |
|---|---|
static <T> EList<EPredicate<T>> |
asPredicates(List<T> values) |
static <T> EList<EPredicate<T>> |
asPredicates(T... values) |
boolean |
pass(T input) |
String |
toString() |
public EqualsPredicate(T value)
public boolean pass(T input)
pass in interface EPredicate<T>public static <T> EList<EPredicate<T>> asPredicates(T... values)
public static <T> EList<EPredicate<T>> asPredicates(List<T> values)
Copyright © 2013 Atomic Leopard. All Rights Reserved.