first abstract method
Creates a Union0 wrapping a value
@param single the value @return a Union0 object wrapping the value
Implementation
Union0<Result> first(Result result);
Creates a Union0 wrapping a value
@param single the value @return a Union0 object wrapping the value
Union0<Result> first(Result result);