Class MCffu<E,T extends Iterable<? extends E>>

java.lang.Object
io.foldright.cffu2.BaseCffu<T,MCffu<E,T>>
io.foldright.cffu2.MCffu<E,T>
Type Parameters:
E - the data element type of result collection
T - The result collection type returned by this future's join
All Implemented Interfaces:
CompletionStage<T>, Future<T>

public final class MCffu<E,T extends Iterable<? extends E>> extends BaseCffu<T,MCffu<E,T>> implements Future<T>, CompletionStage<T>
Cffu with result type Iterable (aka. multiply data/collection), MCffu<E, List<E>> is same as Cffu<List<E>> except with more methods.
Author:
Jerry Lee (oldratlee at gmail dot com)
See Also: