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