Class IsNotAllPredicate<T>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.gridfunc.IsNotAllPredicate<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 IsNotAllPredicate<T> extends Object implements IgnitePredicate<T>
Negated predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IsNotAllPredicate(IgnitePredicate<? super T>... preds)
-
-
-
Constructor Detail
-
IsNotAllPredicate
public IsNotAllPredicate(IgnitePredicate<? super T>... preds)
- Parameters:
preds- Predicate to negate.
-
-