Uses of Interface
org.mule.datasense.types.parser.Parsers.Function3
Packages that use Parsers.Function3
-
Uses of Parsers.Function3 in org.mule.datasense.types.parser
Methods in org.mule.datasense.types.parser with parameters of type Parsers.Function3Modifier and TypeMethodDescriptionstatic <A,B, C, R> Function<Parsers.Pair<Parsers.Pair<A, B>, C>, R> Parsers.match(Parsers.Function3<A, B, C, R> f) Match three values, like the result of string("A").then(string("B")).then(string("C"))