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