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