Package org.incendo.cloud.parser.aggregate
package org.incendo.cloud.parser.aggregate
Aggregate parsers are parses that delegate to multiple inner parsers.
-
ClassDescriptionAggregateParser<C,
O> An argument parser that delegates to multiple innerAggregateParser.components()and transforms the aggregate results into an output using theAggregateParser.mapper().AggregateParserPairBuilder<C,U, V, O> AggregateParserPairBuilder.Mapper<C,U, V, O> AggregateParserTripletBuilder<C,U, V, Z, O> AggregateParserTripletBuilder.Mapper<C,U, V, Z, O> Context that stores the individual result of invoking the child parsers of aAggregateParser.Mapper that maps the result of invoking the inner parsers of aAggregateParser.