Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongByteToLongFunction
| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| org.eclipse.collections.impl.primitive |
-
Uses of LongByteToLongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongByteToLongFunction Modifier and Type Method Description default longByteIterable. reduce(LongByteToLongFunction accumulator)default longByteIterable. reduceIfEmpty(LongByteToLongFunction accumulator, long defaultValue) -
Uses of LongByteToLongFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type LongByteToLongFunction Modifier and Type Method Description longAbstractSynchronizedByteCollection. reduce(LongByteToLongFunction accumulator)longAbstractUnmodifiableByteCollection. reduce(LongByteToLongFunction accumulator)longAbstractSynchronizedByteCollection. reduceIfEmpty(LongByteToLongFunction accumulator, long defaultValue)longAbstractUnmodifiableByteCollection. reduceIfEmpty(LongByteToLongFunction accumulator, long defaultValue) -
Uses of LongByteToLongFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type LongByteToLongFunction Modifier and Type Method Description longSynchronizedByteIterable. reduce(LongByteToLongFunction accumulator)longSynchronizedByteIterable. reduceIfEmpty(LongByteToLongFunction accumulator, long defaultValue)