join<R> method
Transforms the element in the union to a new Type
@param
Implementation
@override
R join<R>(R Function(T) mapFirst) => mapFirst(_value);
Transforms the element in the union to a new Type
@param
@override
R join<R>(R Function(T) mapFirst) => mapFirst(_value);