Uses of Package
org.jparsec.functors
-
Packages that use org.jparsec.functors Package Description org.jparsec Provides core Parser implementations for parser combinator logic.org.jparsec.examples.java.ast.statement org.jparsec.examples.sql.ast org.jparsec.examples.sql.parser org.jparsec.functors Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations. -
Classes in org.jparsec.functors used by org.jparsec Class Description Map3 Maps 3 objects of typeA
,B
andC
respectively to an object of typeT
.Map4 Maps 4 objects of typeA
,B
,C
andD
respectively to an object of typeT
.Map5 Maps 5 objects of typeA
,B
,C
,D
andE
respectively to an object of typeT
.Map6 Maps 6 objects to an object of typeT
.Map7 Maps 7 objects to an object of typeT
.Map8 Maps 8 objects to an object of typeT
.Pair Deprecated.Prefer to using a lambda expression to convert to your own type.Tuple3 Deprecated.Prefer to using a lambda expression to convert to your own type.Tuple4 Deprecated.Prefer to using a lambda expression to convert to your own type.Tuple5 Deprecated.Prefer to using a lambda expression to convert to your own type. -
Classes in org.jparsec.functors used by org.jparsec.examples.java.ast.statement Class Description Pair Deprecated.Prefer to using a lambda expression to convert to your own type. -
Classes in org.jparsec.functors used by org.jparsec.examples.sql.ast Class Description Pair Deprecated.Prefer to using a lambda expression to convert to your own type. -
Classes in org.jparsec.functors used by org.jparsec.examples.sql.parser Class Description Pair Deprecated.Prefer to using a lambda expression to convert to your own type. -
Classes in org.jparsec.functors used by org.jparsec.functors Class Description Map Deprecated.UseFunction
instead.Map2 Deprecated.UseBiFunction
instead.Map3 Maps 3 objects of typeA
,B
andC
respectively to an object of typeT
.Map4 Maps 4 objects of typeA
,B
,C
andD
respectively to an object of typeT
.Map5 Maps 5 objects of typeA
,B
,C
,D
andE
respectively to an object of typeT
.Pair Deprecated.Prefer to using a lambda expression to convert to your own type.Tuple3 Deprecated.Prefer to using a lambda expression to convert to your own type.Tuple4 Deprecated.Prefer to using a lambda expression to convert to your own type.Tuple5 Deprecated.Prefer to using a lambda expression to convert to your own type.