PlexTriplet<T1, T2, T3>.create constructor

PlexTriplet<T1, T2, T3>.create(
  1. T1 first,
  2. T2 second,
  3. T2 third
)

Implementation

PlexTriplet.create(this.first, this.second, this.third);