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