Uses of Interface
org.jparsec.functors.Map6
Packages that use Map6
-
Uses of Map6 in org.jparsec
Methods in org.jparsec with parameters of type Map6Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E, F, T>
Parser<T> Parsers.sequence
(Parser<A> p1, Parser<B> p2, Parser<C> p3, Parser<D> p4, Parser<E> p5, Parser<F> p6, Map6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends T> map) AParser
that runs 6 parser objects sequentially and transforms the return values usingmap
.