Uses of Class
org.eclipse.collections.impl.block.factory.Predicates.AbstractIterablePredicate
-
Packages that use Predicates.AbstractIterablePredicate Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
. -
-
Uses of Predicates.AbstractIterablePredicate in org.eclipse.collections.impl.block.factory
Subclasses of Predicates.AbstractIterablePredicate in org.eclipse.collections.impl.block.factory Modifier and Type Class Description private static class
Predicates.AndIterablePredicate<T>
private static class
Predicates.NoneOfIterablePredicate<T>
private static class
Predicates.OrIterablePredicate<T>
-