onSuccess

abstract fun onSuccess(result: T)

Called when the operation succeeds.

Parameters

result

The result of the operation.