|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Map3 | |
---|---|
jfun.parsec | Provides classes and interfaces for parser combinator logic and basic parsers. |
Uses of Map3 in jfun.parsec |
---|
Methods in jfun.parsec that return Map3 | ||
---|---|---|
static
|
Maps.id3()
Create a Map3 object that stores the 3 objects into a Tuple3 object. |
Methods in jfun.parsec with parameters of type Map3 | ||
---|---|---|
static
|
Parsers.map3(Parser<A> p1,
Parser<B> p2,
Parser<C> p3,
Map3<? super A,? super B,? super C,R> m3)
Run 3 Parsers sequentially and transform the return values to a new value. |
|
static
|
Parsers.map3(java.lang.String name,
Parser<A> p1,
Parser<B> p2,
Parser<C> p3,
Map3<? super A,? super B,? super C,R> m3)
Run 3 Parsers sequentially and transform the return values to a new value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |