Is an Option type that represents absence of any value.
Refer Option.asEither
Refer Option.isNone
Returns true if the instance is Some
true
Refer Option.chain
Refer Option.fold
Refer Option.getOrElse
Transforms the value inside the Option type.
Creates an Option from an Either
Checks if the Option type is of None type
Checks if the Option type is of Some type
Creates a None object
Creates a Some object
Generated using TypeDoc
Is an Option type that represents absence of any value.