arrow-core-data / arrow.core / Option / fromNullable
@JvmStatic fun <A> fromNullable(a: A?): Option<A>
@JvmStatic fun <A> fromNullable(a: A?):
Option
<A>
Do you like Arrow?