A
C
D
E
F
G
H
I
M
O
R
S
T
Z
R
- recover(Result,Function1) - function in io.getstream.chat.android.client.utils.ResultKt
- Recovers the error payload by applying the given errorMapper function if the Result contains an error payload.
- recoverSuspend(Result,SuspendFunction1) - function in io.getstream.chat.android.client.utils.ResultKt
- Recovers the error payload by applying the given suspending errorMapper function if the Result contains an error payload.
- reset() - function in io.getstream.chat.android.core.internal.coroutines.DispatcherProvider
- Resets the dispatchers to their default values.
- Result - class in io.getstream.chat.android.client.utils
- A class which encapsulates a successful outcome with a value of type T or a failure with ChatError.
- Result.Companion - class in io.getstream.chat.android.client.utils.Result
- ResultKt - class in io.getstream.chat.android.client.utils