com.github.rs3vans.monadik / Option / toTry

toTry

fun toTry(exception: () -> Exception = { NullPointerException() }): Try<T>