Uses of Interface
com.speedment.common.function.ObjBooleanConsumer
-
Packages that use ObjBooleanConsumer Package Description com.speedment.common.function.collector This package contains collector classes. -
-
Uses of ObjBooleanConsumer in com.speedment.common.function.collector
Methods in com.speedment.common.function.collector that return ObjBooleanConsumer Modifier and Type Method Description ObjBooleanConsumer<A>BooleanToDoubleCollector. accumulator()Stateless function that takes an accumulating object returned byBooleanToDoubleCollector.supplier()and adds a singlebooleanvalue to it.ObjBooleanConsumer<A>BooleanToLongCollector. accumulator()Stateless function that takes an accumulating object returned byBooleanToLongCollector.supplier()and adds a singlebooleanvalue to it.
-