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?
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?