first abstract method

Union1<Result> first(
  1. Result result
)

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

Implementation

Union1<Result> first(Result result);