Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToByteFunction
Packages that use BooleanToByteFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
-
Uses of BooleanToByteFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToByteFunctionModifier and TypeMethodDescriptiondefault <R extends MutableByteCollection>
RBooleanIterable.collectByte(BooleanToByteFunction function, R target) Returns the targetMutableByteCollectionwith the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectByte(BooleanToByteFunction function)