Uses of Interface
org.apache.ignite.lang.IgniteBiPredicate
Packages that use IgniteBiPredicate
-
Uses of IgniteBiPredicate in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteBiPredicateModifier and TypeMethodDescriptiondefault 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 IgniteBiPredicateModifier and TypeMethodDescriptiondefault 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.