Triplet<T0, T1, T2>.first constructor
Triplet<T0, T1, T2>.first (
- T0 value
Implementation
Triplet.first(T0 value) : this(value, null, null);
Triplet.first(T0 value) : this(value, null, null);