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