Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToLongFunction
-
Packages that use BooleanToLongFunction 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 BooleanToLongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToLongFunction Modifier and Type Method Description default <R extends MutableLongCollection>
RBooleanIterable. collectLong(BooleanToLongFunction function, R target)Returns the targetMutableLongCollectionwith the results of applying the specified function on each element of the source collection.LazyLongIterableLazyBooleanIterable. collectLong(BooleanToLongFunction function) -
Uses of BooleanToLongFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToLongFunction Modifier and Type Field Description private BooleanToLongFunctionCollectBooleanToLongIterable. functionMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToLongFunction Modifier and Type Method Description LazyLongIterableAbstractLazyBooleanIterable. collectLong(BooleanToLongFunction function)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToLongFunction Constructor Description CollectBooleanToLongIterable(BooleanIterable iterable, BooleanToLongFunction function)
-