Closed loicdescotte closed 7 years ago
Validation.result(t1,t2, ...) should accept Try[T] too. It could convert to Either[Throwable, T] internally.
Validation.result(t1,t2, ...)
Assigned to @remk
Validation.result(t1,t2, ...)
should accept Try[T] too. It could convert to Either[Throwable, T] internally.