Package org.codehaus.jparsec.functors

Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations.

See:
          Description

Interface Summary
Binary<T> Represents a binary operation on the same type T.
Map<From,To> Maps object of type From to an object of type To.
Map2<A,B,T> Maps two objects of type A and B respectively to an object of type T.
Map3<A,B,C,T> Maps 3 objects of type A, B and C respectively to an object of type T.
Map4<A,B,C,D,T> Maps 4 objects of type A, B, C and D respectively to an object of type T.
Map5<A,B,C,D,E,T> Maps 5 objects of type A, B, C, D and E respectively to an object of type T.
Unary<T> Represents a unary operation on the same type T.
 

Class Summary
Maps Provides common implementations of Map interface and the variants.
Pair<A,B> Immutable data holder for 2 values.
Tuple3<A,B,C> Immutable data holder for 3 values.
Tuple4<A,B,C,D> Immutable data holder for 4 values.
Tuple5<A,B,C,D,E> Immutable data holder for 5 values.
Tuples Creates Pair and tuple instances.
 

Package org.codehaus.jparsec.functors Description

Provides common functor interfaces, such as Map for mapping parser results as well as some common implementations.

Package Specification

The code is developed and tested under Java 5.0.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please check out CodeHaus



Copyright © 2014. All rights reserved.