Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToDoubleFunction
-
Packages that use BooleanToDoubleFunction 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 BooleanToDoubleFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToDoubleFunction Modifier and Type Method Description default <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.LazyDoubleIterableLazyBooleanIterable. collectDouble(BooleanToDoubleFunction function) -
Uses of BooleanToDoubleFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToDoubleFunction Modifier and Type Field Description private BooleanToDoubleFunctionCollectBooleanToDoubleIterable. functionMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToDoubleFunction Modifier and Type Method Description LazyDoubleIterableAbstractLazyBooleanIterable. collectDouble(BooleanToDoubleFunction function)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToDoubleFunction Constructor Description CollectBooleanToDoubleIterable(BooleanIterable iterable, BooleanToDoubleFunction function)
-