Class AggregateOperationBuilder.VarArity<A,​R>

  • Type Parameters:
    A - the type of the accumulator
    R - type of the aggregation result
    Enclosing class:
    AggregateOperationBuilder<A>

    public static class AggregateOperationBuilder.VarArity<A,​R>
    extends java.lang.Object
    The variable-arity variant of the aggregate operation builder. Accepts any number of accumulate primitives and associates them with Tags. Does not capture the static type of the stream items.