Interface AggInputFlatMap.AccInputFlatMap<I,E,J,O,SUBACC extends Accumulator<J,E,O>>

All Superinterfaces:
Accumulator<I,E,O>, AccWrapper<I,E,O,SUBACC>
All Known Implementing Classes:
AggInputFlatMap.AccTransformInputImpl
Enclosing class:
AggInputFlatMap<I,E,J,O,SUBACC extends Accumulator<J,E,O>,SUBAGG extends ParallelAggregator<J,E,O,SUBACC>>

public static interface AggInputFlatMap.AccInputFlatMap<I,E,J,O,SUBACC extends Accumulator<J,E,O>> extends AccWrapper<I,E,O,SUBACC>