- All Implemented Interfaces:
Predicate<T>
@API(status=EXPERIMENTAL)
public final class Rule<T>
extends Object
implements Predicate<T>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
test
public boolean test(T input)
- Specified by:
test in interface Predicate<T>
-
of
public static <T> Rule<T> of()
-
-
-