Uses of Package
org.jparsec.functors

Packages that use org.jparsec.functors
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.
  • Class
    Description
    Maps 3 objects of type A, B and C respectively to an object of type T.
    Maps 4 objects of type A, B, C and D respectively to an object of type T.
    Maps 5 objects of type A, B, C, D and E respectively to an object of type T.
    Maps 6 objects to an object of type T.
    Maps 7 objects to an object of type T.
    Maps 8 objects to an object of type T.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
  • Class
    Description
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
  • Class
    Description
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
  • Class
    Description
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
  • Class
    Description
    Deprecated.
    Use Function instead.
    Deprecated.
    Use BiFunction instead.
    Maps 3 objects of type A, B and C respectively to an object of type T.
    Maps 4 objects of type A, B, C and D respectively to an object of type T.
    Maps 5 objects of type A, B, C, D and E respectively to an object of type T.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.
    Deprecated.
    Prefer to using a lambda expression to convert to your own type.