Try method

Validation<T> Try()

Implementation

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