Uses of Class
org.eclipse.collections.impl.block.procedure.FastListCollectIfProcedure
-
Packages that use FastListCollectIfProcedure Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers. -
-
Uses of FastListCollectIfProcedure in org.eclipse.collections.impl.parallel
Methods in org.eclipse.collections.impl.parallel that return FastListCollectIfProcedure Modifier and Type Method Description FastListCollectIfProcedure<T,V>FastListCollectIfProcedureFactory. create()Methods in org.eclipse.collections.impl.parallel with parameters of type FastListCollectIfProcedure Modifier and Type Method Description voidFastListCollectIfProcedureCombiner. combineOne(FastListCollectIfProcedure<T,V> procedureCombine)
-