Maybe constructor from optional or nullable value
Resolves to 'nothing' in case of undefined or null value and 'just value' otherwise
possibly undefined value
either 'just value' or 'nothing'
Generated using TypeDoc
Maybe constructor from optional or nullable value
Resolves to 'nothing' in case of undefined or null value and 'just value' otherwise