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.
This package contains implementations of the lazy primitive iterator interfaces.
-
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 targetMutableDoubleCollection
with the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectDouble
(BooleanToDoubleFunction function) -
Uses of BooleanToDoubleFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToDoubleFunctionModifier and TypeFieldDescriptionprivate final BooleanToDoubleFunction
CollectBooleanToDoubleIterable.function
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToDoubleFunctionModifier and TypeMethodDescriptionAbstractLazyBooleanIterable.collectDouble
(BooleanToDoubleFunction function) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToDoubleFunctionModifierConstructorDescriptionCollectBooleanToDoubleIterable
(BooleanIterable iterable, BooleanToDoubleFunction function)