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.org.eclipse.collections.impl.lazy.primitive 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 BooleanToIntFunction Modifier and Type Method Description default <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.LazyIntIterable
LazyBooleanIterable. collectInt(BooleanToIntFunction function)
-
Uses of BooleanToIntFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToIntFunction Modifier and Type Field Description private BooleanToIntFunction
CollectBooleanToIntIterable. function
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToIntFunction Modifier and Type Method Description LazyIntIterable
AbstractLazyBooleanIterable. collectInt(BooleanToIntFunction function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToIntFunction Constructor Description CollectBooleanToIntIterable(BooleanIterable iterable, BooleanToIntFunction function)
-