Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToByteFunction
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 BooleanToByteFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToByteFunction Modifier and Type Method Description default <R extends MutableByteCollection>
RBooleanIterable. collectByte(BooleanToByteFunction function, R target)
Returns the targetMutableByteCollection
with the results of applying the specified function on each element of the source collection.LazyByteIterable
LazyBooleanIterable. collectByte(BooleanToByteFunction function)
-
Uses of BooleanToByteFunction in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToByteFunction Modifier and Type Method Description LazyByteIterable
AbstractLazyBooleanIterable. collectByte(BooleanToByteFunction function)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToByteFunction Constructor Description CollectBooleanToByteIterable(BooleanIterable iterable, BooleanToByteFunction function)