Interface IPredicate<T>
- Type Parameters:
T- the type of the input to the predicate
- All Superinterfaces:
Predicate<T>
Deprecated.
Represents a predicate (boolean-valued function) of one argument.
This is a functional interface whose functional method is test(Object).
Note that this is a simple copy of Java 8's java.util.function.Predicate to start implementing a more functional style for some of Faktor-IPS' API and will probably be removed once we move the code base to Java 8.
-
Method Summary
Predicateinstead.