Try method

Future<Validation<T>> Try()

Implementation

Future<Validation<T>> Try () {
  return Validation.tryFuture(this);
}