InvocationResult
The result of a callback which may be a value, null
or absent entirely if the callback wasn't suitable. Similar in design to Optional but allows for null
as a valid value.
Parameters
<R>
the result type
Functions
Link copied to clipboard
Return an InvocationResult instance representing no result.
Link copied to clipboard
Create a new InvocationResult instance with the specified value.