Default exception which is thrown when get() is called on an Optional!(T) which has no value set
Constructs a new Result with the status set to error and with the provided value.
Constructs a new Result with the status set to okay and with the provided value.
A result type
Optionals for a given type and with a customizable exception to be thrown when a value is not present and get() is called.
Predicate for testing an input type against a condition and returning either true or false
Given the symbol of a function or delegate this will return a new Predicate of it
Functional tooling