Collector<T, A, R>
package java.util.stream
Available on java
Methods
accumulator():BiConsumer<A, T>
characteristics():Set<Collector_Characteristics>
combiner():BinaryOperator<A>
finisher():Function<A, R>
supplier():Supplier<A>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/stream/Collector.html