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