first abstract method

Union4<A, B, C, D> first(
  1. A first
)

Implementation

Union4<A, B, C, D> first(A first);