first abstract method

Union2<T, U> first(
  1. T first
)

Implementation

Union2<T, U> first(T first);