Uses of Interface
com.speedment.common.function.ObjCharConsumer
-
Packages that use ObjCharConsumer Package Description com.speedment.common.function.collector This package contains collector classes. -
-
Uses of ObjCharConsumer in com.speedment.common.function.collector
Methods in com.speedment.common.function.collector that return ObjCharConsumer Modifier and Type Method Description ObjCharConsumer<A>CharToDoubleCollector. accumulator()Stateless function that takes an accumulating object returned byCharToDoubleCollector.supplier()and adds a singlecharvalue to it.ObjCharConsumer<A>CharToLongCollector. accumulator()Stateless function that takes an accumulating object returned byCharToLongCollector.supplier()and adds a singlecharvalue to it.
-