Uses of Interface
org.mule.datasense.impl.util.Parsers.Function7
Packages that use Parsers.Function7
-
Uses of Parsers.Function7 in org.mule.datasense.impl.util
Methods in org.mule.datasense.impl.util with parameters of type Parsers.Function7Modifier and TypeMethodDescriptionstatic <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"))