Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToIntFunction
-
Packages that use BooleanToIntFunction Package Description org.eclipse.collections.api 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 BooleanToIntFunction Modifier and Type Method Description default <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.LazyIntIterableLazyBooleanIterable. collectInt(BooleanToIntFunction function)
-