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