Uses of Class
org.mule.datasense.types.parser.Parsers.Pair
Packages that use Parsers.Pair
-
Uses of Parsers.Pair in org.mule.datasense.types.parser
Methods in org.mule.datasense.types.parser that return types with arguments of type Parsers.PairModifier and TypeMethodDescriptionstatic <A,B, R> Function<Parsers.Pair<A, B>, R> Parsers.match(BiFunction<A, B, R> f) Match two values, like the result of string("A").then(string("B"))static <A,B, C, R> Function<Parsers.Pair<Parsers.Pair<A, B>, C>, R> Parsers.match(Parsers.Function3<A, B, C, R> f) Match three values, like the result of string("A").then(string("B")).then(string("C"))static <A,B, C, R> Function<Parsers.Pair<Parsers.Pair<A, B>, C>, R> Parsers.match(Parsers.Function3<A, B, C, R> f) Match three values, like the result of string("A").then(string("B")).then(string("C"))static <A,B, C, D, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, R> Parsers.match(Parsers.Function4<A, B, C, D, R> f) Match four values, like the result of string("A").then(string("B")).then(string("C")).then(string("D"))static <A,B, C, D, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, R> Parsers.match(Parsers.Function4<A, B, C, D, R> f) Match four values, like the result of string("A").then(string("B")).then(string("C")).then(string("D"))static <A,B, C, D, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, R> Parsers.match(Parsers.Function4<A, B, C, D, R> f) Match four values, like the result of string("A").then(string("B")).then(string("C")).then(string("D"))static <A,B, C, D, E, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, R> Parsers.match(Parsers.Function5<A, B, C, D, E, R> f) Match five values, like the result of string("A").then(string("B")).then(string("C")).then(string("D")).then(string("E"))static <A,B, C, D, E, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, R> Parsers.match(Parsers.Function5<A, B, C, D, E, R> f) Match five values, like the result of string("A").then(string("B")).then(string("C")).then(string("D")).then(string("E"))static <A,B, C, D, E, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, R> Parsers.match(Parsers.Function5<A, B, C, D, E, R> f) Match five values, like the result of string("A").then(string("B")).then(string("C")).then(string("D")).then(string("E"))static <A,B, C, D, E, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, R> Parsers.match(Parsers.Function5<A, B, C, D, E, R> f) Match five values, like the result of string("A").then(string("B")).then(string("C")).then(string("D")).then(string("E"))static <A,B, C, D, E, F, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, R> Parsers.match(Parsers.Function6<A, B, C, D, E, F, R> f) Match six values, like the result of string("A").then(string("B")).then(string("C"))...then(string("F"))static <A,B, C, D, E, F, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, R> Parsers.match(Parsers.Function6<A, B, C, D, E, F, R> f) Match six values, like the result of string("A").then(string("B")).then(string("C"))...then(string("F"))static <A,B, C, D, E, F, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, R> Parsers.match(Parsers.Function6<A, B, C, D, E, F, R> f) Match six values, like the result of string("A").then(string("B")).then(string("C"))...then(string("F"))static <A,B, C, D, E, F, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, R> Parsers.match(Parsers.Function6<A, B, C, D, E, F, R> f) Match six values, like the result of string("A").then(string("B")).then(string("C"))...then(string("F"))static <A,B, C, D, E, F, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, R> Parsers.match(Parsers.Function6<A, B, C, D, E, F, R> f) Match six values, like the result of string("A").then(string("B")).then(string("C"))...then(string("F"))static <A,B, C, D, E, F, G, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, R> Parsers.match(Parsers.Function7<A, B, C, D, E, F, G, R> f) Match seven values, like the result of string("A").then(string("B")).then(string("C"))...then(string("G"))static <A,B, C, D, E, F, G, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, R> Parsers.match(Parsers.Function7<A, B, C, D, E, F, G, R> f) Match seven values, like the result of string("A").then(string("B")).then(string("C"))...then(string("G"))static <A,B, C, D, E, F, G, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, R> Parsers.match(Parsers.Function7<A, B, C, D, E, F, G, R> f) Match seven values, like the result of string("A").then(string("B")).then(string("C"))...then(string("G"))static <A,B, C, D, E, F, G, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, R> Parsers.match(Parsers.Function7<A, B, C, D, E, F, G, R> f) Match seven values, like the result of string("A").then(string("B")).then(string("C"))...then(string("G"))static <A,B, C, D, E, F, G, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, R> Parsers.match(Parsers.Function7<A, B, C, D, E, F, G, R> f) Match seven values, like the result of string("A").then(string("B")).then(string("C"))...then(string("G"))static <A,B, C, D, E, F, G, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, R> Parsers.match(Parsers.Function7<A, B, C, D, E, F, G, R> f) Match seven values, like the result of string("A").then(string("B")).then(string("C"))...then(string("G"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <A,B, C, D, E, F, G, H, R>
Function<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<Parsers.Pair<A,B>, C>, D>, E>, F>, G>, H>, R> Parsers.match(Parsers.Function8<A, B, C, D, E, F, G, H, R> f) Match eight values, like the result of string("A").then(string("B")).then(string("C"))...then(string("H"))static <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"))static <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"))static <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"))static <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"))static <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"))static <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"))static <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"))static <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"))default <U> Parser<Parsers.Pair<A,U>> default <U> Parser<Parsers.Pair<A,U>>