Uses of Interface
com.speedment.common.function.collector.LongCollector
-
Packages that use LongCollector Package Description com.speedment.common.function.collector This package contains collector classes. -
-
Uses of LongCollector in com.speedment.common.function.collector
Methods in com.speedment.common.function.collector that return LongCollector Modifier and Type Method Description static <A,R>
LongCollector<A,R>LongCollector. create(Supplier<A> supplier, ObjLongConsumer<A> accumulator, BinaryOperator<A> combiner, Function<A,R> finisher, Set<Collector.Characteristics> characteristics)Creates and returns a new instance of this interface that simply holds the specifiedsupplier,accumulator,combiner,finisherandcharacteristics.
-