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