Tuple2$<I, O1, O2> class
Constructors
-
Tuple2$.new(Parser<
I, O1> p1, Parser<I, O2> p2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
ParseInput< I> input, ParseState state) → Tuple1<Tuple2< ?O1, O2> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited