Class SerializableCollectorImpl<T,A,R>

java.lang.Object
org.aksw.commons.collector.core.SerializableCollectorImpl<T,A,R>
Type Parameters:
T -
A -
R -
All Implemented Interfaces:
Serializable, Collector<T,A,R>, SerializableCollector<T,A,R>

public class SerializableCollectorImpl<T,A,R> extends Object implements SerializableCollector<T,A,R>
A collector implementation that implements Serializable. Note that the constructor does NOT mandate the use of serializable versions of the lambdas. In order to create an instance from lambdas that are made serializable use the method create(SerializableSupplier, SerializableBiConsumer, SerializableBinaryOperator, SerializableFunction)
Author:
raven
See Also: