Class NotEqualPredicate<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.NotEqualPredicate<T>
-
- Type Parameters:
T- Type of the free variable, i.e. the element the predicate is called on.
- All Implemented Interfaces:
Serializable,IgnitePredicate<T>
public class NotEqualPredicate<T> extends Object implements IgnitePredicate<T>
Predicate that evaluates totrueif its free variable is equal totargetor both arenull.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotEqualPredicate(T target)
-
-
-
Constructor Detail
-
NotEqualPredicate
public NotEqualPredicate(T target)
- Parameters:
target- Object to compare free variable to.
-
-