arrow-core-data / arrow.core / None / isEmpty
fun isEmpty(): Boolean
fun isEmpty():
Boolean
Returns true if the option is None, false otherwise.
Note Used only for performance instead of fold.
Do you like Arrow?