https://kotlinlang.org logo
#coroutines
Title
# coroutines
k

kevinherron

04/14/2017, 2:54 PM
without something in the type signature or the language to force me to deal with exceptions, i accidentally don’t handle them sometimes
a

Andreas Sinz

04/15/2017, 8:48 AM
The
Either<L, R>
-Type from https://github.com/MarioAriasC/funKTionale can be used as a substitute for checked exceptions and it even works with java 😄
5 Views