isDefined

Deprecated

Duplicated API. Please use Option's member function isSome. This will be removed towards Arrow 2.0

Replace with

isSome()

Returns true if the option is an instance of Some, false otherwise.