A
C
D
E
F
G
H
I
M
O
R
S
T
Z
M
- map(Call,Function1) - function in io.getstream.chat.android.client.call.CallKt
- map(Result,Function1) - function in io.getstream.chat.android.client.utils.ResultKt
- Returns a transformed Result of applying the given mapper function if the Result contains a successful data payload.
- mapSuspend(Result,SuspendFunction1) - function in io.getstream.chat.android.client.utils.ResultKt
- Returns a transformed Result of applying the given suspending mapper function if the Result contains a successful data payload.