public final class CollectIfProcedureCombiner<T,V> extends AbstractTransformerBasedCombiner<V,T,CollectIfProcedure<T,V>>
Constructor and Description |
---|
CollectIfProcedureCombiner(Iterable<T> iterable,
Collection<V> targetCollection,
int initialCapacity,
boolean combineOne) |
Modifier and Type | Method and Description |
---|---|
void |
combineOne(CollectIfProcedure<T,V> procedureCombine) |
getResult
setCombineOne, useCombineOne
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
combineAll
public CollectIfProcedureCombiner(Iterable<T> iterable, Collection<V> targetCollection, int initialCapacity, boolean combineOne)
public void combineOne(CollectIfProcedure<T,V> procedureCombine)
Copyright © 2004–2017. All rights reserved.