Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToShortFunction
-
Packages that use BooleanToShortFunction 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 BooleanToShortFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToShortFunction Modifier and Type Method Description default <R extends MutableShortCollection>
RBooleanIterable. collectShort(BooleanToShortFunction function, R target)
Returns the targetMutableShortCollection
with the results of applying the specified function on each element of the source collection.LazyShortIterable
LazyBooleanIterable. collectShort(BooleanToShortFunction function)
-
Uses of BooleanToShortFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToShortFunction Modifier and Type Field Description private BooleanToShortFunction
CollectBooleanToShortIterable. function
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToShortFunction Modifier and Type Method Description LazyShortIterable
AbstractLazyBooleanIterable. collectShort(BooleanToShortFunction function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToShortFunction Constructor Description CollectBooleanToShortIterable(BooleanIterable iterable, BooleanToShortFunction function)
-