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