VO<FailureType, ValidType> constructor

VO<FailureType, ValidType>(
  1. Either<FailureType, ValidType> value
)

Implementation

VO(this.value);