IsomorphismOptional
Value members
Abstract methods
Inherited methods
Returns some
if this context is defined, otherwise none
.
Returns some
if this context is defined, otherwise none
.
- Inherited from
- Optional
Returns the value within the context if defined or else the value of default
.
Returns the value within the context if defined or else the value of default
.
- Inherited from
- Optional
Returns true
if a value is defined within the context.
Returns true
if a value is defined within the context.
- Inherited from
- Optional
Returns true
if no value is defined within the context.
Returns true
if no value is defined within the context.
- Inherited from
- Optional
Returns true
if a value is defined within the context. This is an alias for isDefined
.
Returns true
if a value is defined within the context. This is an alias for isDefined
.
- Inherited from
- Optional
Returns given context if it is defined or else the value of the alternative
.
Returns given context if it is defined or else the value of the alternative
.
- Inherited from
- Optional
Returns this context converted to the Maybe
context.
Returns this context converted to the Maybe
context.
- Inherited from
- Optional