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