Class AlwaysTruePredicate<E>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.AlwaysTruePredicate<E>
-
- Type Parameters:
E- Type of predicate parameter.
- All Implemented Interfaces:
Serializable,IgnitePredicate<E>
public class AlwaysTruePredicate<E> extends Object implements IgnitePredicate<E>
Defines a predicate which accepts a parameter and always returnstrue- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlwaysTruePredicate()
-