join<R> abstract method
R
join<R>(
- R mapFirst(
- First
Transforms the element in the union to a new Type
@param
Implementation
R join<R>(R Function(First) mapFirst);
Transforms the element in the union to a new Type
@param
R join<R>(R Function(First) mapFirst);