Uses of Interface
org.jparsec.functors.Map4
Packages that use Map4
Package
Description
Provides core Parser implementations for parser combinator logic.
Provides common functor interfaces, such as Map for mapping parser results
as well as some common implementations.
-
Uses of Map4 in org.jparsec
Fields in org.jparsec declared as Map4Methods in org.jparsec that return Map4Modifier and TypeMethodDescription(package private) static <A,
B, C, T>
Map4<A, B, C, T, T> InternalFunctors.lastOfFour()
Methods in org.jparsec with parameters of type Map4 -
Uses of Map4 in org.jparsec.functors
Methods in org.jparsec.functors that return Map4