Uses of Interface
com.speedment.common.function.ObjShortConsumer
-
Packages that use ObjShortConsumer Package Description com.speedment.common.function.collector This package contains collector classes. -
-
Uses of ObjShortConsumer in com.speedment.common.function.collector
Methods in com.speedment.common.function.collector that return ObjShortConsumer Modifier and Type Method Description ObjShortConsumer<A>ShortToDoubleCollector. accumulator()Stateless function that takes an accumulating object returned byShortToDoubleCollector.supplier()and adds a singleshortvalue to it.ObjShortConsumer<A>ShortToLongCollector. accumulator()Stateless function that takes an accumulating object returned byShortToLongCollector.supplier()and adds a singleshortvalue to it.
-