copy method

FutureResult<S, F> copy()

Implementation

FutureResult<S, F> copy() {
  return then((result) => result.copy());
}