Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToShortFunction
Packages that use BooleanToShortFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
-
Uses of BooleanToShortFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToShortFunctionModifier and TypeMethodDescriptiondefault <R extends MutableShortCollection>
RBooleanIterable.collectShort(BooleanToShortFunction function, R target) Returns the targetMutableShortCollectionwith the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectShort(BooleanToShortFunction function)