first abstract method

Union3<T, U, V> first(
  1. T first
)

Implementation

Union3<T, U, V> first(T first);