first method

  1. @override
Union8<A, B, C, D, E, F, G, H> first(
  1. A first
)
override

Implementation

@override
Union8<A, B, C, D, E, F, G, H> first(A first) => Union8First<A, B, C, D, E, F, G, H>(first);