Uses of Interface
com.speedment.common.function.ObjByteConsumer
-
Packages that use ObjByteConsumer Package Description com.speedment.common.function.collector This package contains collector classes. -
-
Uses of ObjByteConsumer in com.speedment.common.function.collector
Methods in com.speedment.common.function.collector that return ObjByteConsumer Modifier and Type Method Description ObjByteConsumer<A>ByteToDoubleCollector. accumulator()Stateless function that takes an accumulating object returned byByteToDoubleCollector.supplier()and adds a singlebytevalue to it.ObjByteConsumer<A>ByteToLongCollector. accumulator()Stateless function that takes an accumulating object returned byByteToLongCollector.supplier()and adds a singlebytevalue to it.
-