Uses of Interface
org.mule.datasense.types.parser.Parsers.Function9
Packages that use Parsers.Function9
-
Uses of Parsers.Function9 in org.mule.datasense.types.parser
Methods in org.mule.datasense.types.parser with parameters of type Parsers.Function9Modifier and TypeMethodDescriptionstatic <A,B, C, D, E, F, G, H, I, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, I>, R> Parsers.match(Parsers.Function9<A, B, C, D, E, F, G, H, I, R> f) Match nine values, like the result of string("A").then(string("B")).then(string("C"))...then(string("I"))