join<R> abstract method

R join<R>(
  1. R mapFirst(
    1. First
    )
)

Transforms the element in the union to a new Type

@param

Implementation

R join<R>(R Function(First) mapFirst);