second abstract method

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

Implementation

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