Properties
Functions
Link copied to clipboard
Returns the value of the Reply.Some instance, or the result of the default function if there is no reply yet (Reply.None).
Link copied to clipboard
Returns the value of the Reply.Some instance, or null if there is no reply yet (Reply.None).
Link copied to clipboard
Returns the value of the Reply.Some instance, or throws an error if there is no reply yet (Reply.None).
Link copied to clipboard
Transforms the value of the Reply.Some instance using the provided transform function, or returns Reply.None if there is no reply yet (Reply.None).
Link copied to clipboard
Returns the value of the Reply.Some instance, or the default value if there is no reply yet (Reply.None).