AsyncResultReceiver

interface AsyncResultReceiver<V, E>

Callback for the receiver of an asynchronous result

Parameters

<V>

type of successful result value

<E>

type of result failures

Functions

Link copied to clipboard
abstract fun onResult(result: Result<V, E>)