Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToLongFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations of the lazy primitive iterator interfaces.
-
Uses of BooleanToLongFunction in org.eclipse.collections.api
Modifier and TypeMethodDescriptiondefault <R extends MutableLongCollection>
RBooleanIterable.collectLong
(BooleanToLongFunction function, R target) Returns the targetMutableLongCollection
with the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectLong
(BooleanToLongFunction function) -
Uses of BooleanToLongFunction in org.eclipse.collections.impl.lazy.primitive
Modifier and TypeMethodDescriptionAbstractLazyBooleanIterable.collectLong
(BooleanToLongFunction function) ModifierConstructorDescriptionCollectBooleanToLongIterable
(BooleanIterable iterable, BooleanToLongFunction function)