Returnable Event
Represents an event that can return a result.
Parameters
T
The type of the result.
Functions
Link copied to clipboard
The metadata of the event. This can be used to store additional information about the event.
Link copied to clipboard
Gets a metadata value by key or a default value if the value is null.
Link copied to clipboard
Gets the result of the event or a default value if the result is null.