first abstract method

Union0<Result> first(
  1. Result result
)

Creates a Union0 wrapping a value

@param single the value @return a Union0 object wrapping the value

Implementation

Union0<Result> first(Result result);