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