Class CollectionBatchCollector<C extends Collection<E>,E>

java.lang.Object
uk.ac.ebi.utils.threading.batchproc.AbstractSizedBatchCollector<C>
uk.ac.ebi.utils.threading.batchproc.collectors.CollectionBatchCollector<C,E>
Type Parameters:
C -
E -
All Implemented Interfaces:
BatchCollector<C>, ItemizedBatchCollector<C,E>, ItemizedSizedBatchCollector<C,E>, SizedBatchCollector<C>
Direct Known Subclasses:
ListBatchCollector, SetBatchCollector

@Deprecated public abstract class CollectionBatchCollector<C extends Collection<E>,E> extends AbstractSizedBatchCollector<C> implements ItemizedSizedBatchCollector<C,E>
Deprecated.
the functionality available in this package is provided by project Reactor and we recommend to switch to that. @see ReactorUtils
Collectors of this type are dedicated to Java collections.
Author:
brandizi
Date:
25 Nov 2019