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.
-
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 targetMutableIntCollectionwith the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectInt(BooleanToIntFunction function)