flatMap

inline fun <C, T, O> ParserDescriptor<C, T>.flatMap(mapper: MappedArgumentParser.Mapper<C, T, O>): ParserDescriptor<C, O>

Creates a descriptor for a flat-mapped parser.