Uses of Package
org.eclipse.collections.impl.block.factory
Packages that use org.eclipse.collections.impl.block.factory
Package
Description
This package contains factory implementations for
Function
, Predicate
, SerializableComparator
and Procedure
.-
Classes in org.eclipse.collections.impl.block.factory used by org.eclipse.collections.impl.block.factoryClassDescriptionThe Predicates class can be used to build common Predicates for use in methods such as detect, select and reject which are found on Iterate, MapIterate, and ArrayIterate classes.Predicates2 is a static version of Predicates.