Triplet<T0, T1, T2>.third constructor

Triplet<T0, T1, T2>.third(
  1. T2 value
)

Implementation

Triplet.third(T2 value) : this(null, null, value);