Uses of Class
org.jparsec.functors.Tuple4
Packages that use Tuple4
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 Tuple4 in org.jparsec
Methods in org.jparsec that return types with arguments of type Tuple4 -
Uses of Tuple4 in org.jparsec.functors
Subclasses of Tuple4 in org.jparsec.functorsModifier and TypeClassDescriptionclass
Tuple5<A,
B, C, D, E> Deprecated.Prefer to using a lambda expression to convert to your own type.Methods in org.jparsec.functors that return Tuple4Modifier and TypeMethodDescriptionstatic <A,
B, C, D>
Tuple4<A, B, C, D> Tuples.tuple
(A a, B b, C c, D d) Deprecated.Returns aTuple4
of 4 objects.Methods in org.jparsec.functors that return types with arguments of type Tuple4Methods in org.jparsec.functors with parameters of type Tuple4