scala-hamsters / hamsters

A mini Scala utility library
Apache License 2.0
291 stars 23 forks source link

Create a Validation compatible with Try monad #53

Closed loicdescotte closed 7 years ago

loicdescotte commented 7 years ago

Validation.result(t1,t2, ...) should accept Try[T] too. It could convert to Either[Throwable, T] internally.

loicdescotte commented 7 years ago

Assigned to @remk