Interface AggBuilderFn<XI,E,XO,XACC extends Accumulator<XI,E,XO>,XAGG extends ParallelAggregator<XI,E,XO,XACC>,YI,YO,YACC extends Accumulator<YI,E,YO>,YAGG extends ParallelAggregator<YI,E,YO,YACC>>

All Superinterfaces:
Function<XAGG,YAGG>, Serializable, SerializableFunction<XAGG,YAGG>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AggBuilderFn<XI,E,XO,XACC extends Accumulator<XI,E,XO>,XAGG extends ParallelAggregator<XI,E,XO,XACC>,YI,YO,YACC extends Accumulator<YI,E,YO>,YAGG extends ParallelAggregator<YI,E,YO,YACC>> extends SerializableFunction<XAGG,YAGG>