@FunctionalInterface public static interface Reducer.Collector4<D,A1,A2,A3,A4> extends Reducer.Constructor4<D,A1,A2,A3,A4,Unit>
Modifier and Type | Method and Description |
---|---|
void |
accept(Reducer.Context<D> context,
A1 val1,
A2 val2,
A3 val3,
A4 val4) |
default Unit |
apply(Reducer.Context<D> context,
A1 val1,
A2 val2,
A3 val3,
A4 val4) |
parse
void accept(Reducer.Context<D> context, A1 val1, A2 val2, A3 val3, A4 val4) throws Reducer.Abort
Reducer.Abort
default Unit apply(Reducer.Context<D> context, A1 val1, A2 val2, A3 val3, A4 val4) throws Reducer.Abort
apply
in interface Reducer.Constructor4<D,A1,A2,A3,A4,Unit>
Reducer.Abort
see also the complete user documentation .