Apply a function if the wrapped value is not none.
Callback function.
Same Optional instance.
Filter on an Optional.
Predicate function which determines if returned value should return this or none.
Same instance or none.
Get the wrapped optional value.
Wrapped value.
Run a callback function if wrapped value is none to give back a non none value.
Callback function.
Same instance.
Transform wrapped value.
Transforming function.
Optional with new wrapped value type.
Create an Optional instance with a wrapped none value.
Optional with none wrapped value.
Create an Optional instance with a provided value.
Optional with some wrapped value.
Generated using TypeDoc
A property to determine if the wrapped value has a value.