Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToIntFunction
Packages that use BooleanToIntFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations of the lazy primitive iterator interfaces.
-
Uses of BooleanToIntFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToIntFunctionModifier and TypeMethodDescriptiondefault <R extends MutableIntCollection>
RBooleanIterable.collectInt
(BooleanToIntFunction function, R target) Returns the targetMutableIntCollection
with the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectInt
(BooleanToIntFunction function) -
Uses of BooleanToIntFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToIntFunctionModifier and TypeFieldDescriptionprivate final BooleanToIntFunction
CollectBooleanToIntIterable.function
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToIntFunctionModifier and TypeMethodDescriptionAbstractLazyBooleanIterable.collectInt
(BooleanToIntFunction function) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToIntFunctionModifierConstructorDescriptionCollectBooleanToIntIterable
(BooleanIterable iterable, BooleanToIntFunction function)