PolyTuple3<T, U, V> class
Basic three value tuple, where the values have different types.
Use tuple.x, tuple.y, or tuple.z to lookup values. For tuples containing values of the same type, use Tuple3 instead.
Constructors
- PolyTuple3(T x, U y, V z)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toList(
) → List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited