Uses of Interface
org.apache.ignite.lang.IgnitePredicate
-
Packages that use IgnitePredicate Package Description org.apache.ignite.testframework -
-
Uses of IgnitePredicate in org.apache.ignite.testframework
Methods in org.apache.ignite.testframework with parameters of type IgnitePredicate Modifier and Type Method Description static <T> void
GridTestUtils. assertOneToOne(Iterable<T> it, IgnitePredicate<T>... ps)
Asserts that each element in iterable has one-to-one correspondence with a predicate from list.
-