Uses of Interface
org.apache.ignite.lang.IgniteBiPredicate
-
Packages that use IgniteBiPredicate Package Description org.apache.ignite.lang -
-
Uses of IgniteBiPredicate in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteBiPredicate Modifier and Type Method Description default IgniteBiPredicate<E1,E2>
IgniteBiPredicate. and(IgniteBiPredicate<E1,E2> then)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.Methods in org.apache.ignite.lang with parameters of type IgniteBiPredicate Modifier and Type Method Description default IgniteBiPredicate<E1,E2>
IgniteBiPredicate. and(IgniteBiPredicate<E1,E2> then)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
-