Try monad for kotlin

Viewed 3017

Java 8 didn't provide Try monad. Which is useful for exception handling in functional style.

Is there any ready implementation in kotlin? or shall i implement one?

2 Answers
Related