Uses of Package
org.eclipse.collections.api.block.function
Packages that use org.eclipse.collections.api.block.function
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for BiMap API.
This package contains factory API for creating instances of type
ListIterable.This package contains factory API for creating instances of maps with user defined
HashingStrategys.This package contains Factory API for
ImmutableHashingStrategySetFactory and MutableHashingStrategySetFactory.This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for
Multimap.This package contains interfaces for
BagMultimap.This package contains interfaces for
ListMultimap.This package contains interfaces for
SetMultimap.This package contains interfaces for
SortedBagMultimap.This package contains interfaces for
SortedSetMultimap.This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.apiClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.bagClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.bag.sorted
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.bimapClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.block.comparatorClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.block.factoryClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.collectionClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation.Function3 is a three argument Lambda which takes three arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.factory.bag.strategyClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method. -
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.factory.map.primitiveClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.factory.map.strategyClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.factory.set.strategyClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.list
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.mapClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation.Function3 is a three argument Lambda which takes three arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.map.primitiveClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.map.sortedClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation. -
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.multimapClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation. -
-
-
-
-
-
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.ordered
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.set
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.set.sorted
-
Classes in org.eclipse.collections.api.block.function used by org.eclipse.collections.api.stackClassDescriptionFunction is a one-argument lambda which performs a transformation on the object of type
Tpassed to the valueOf() method.Function0 is a zero argument lambda.Function2 is a two argument lambda which takes two arguments and returns a result of a transformation.