A
B
C
D
E
F
G
H
L
M
O
R
S
T
U
M
- map(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated result of the given transform function applied to encapsulated value if this instance represents Success or the original encapsulated exception if it is Error.
- mapCatching(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated result of the given transform function applied to encapsulated value if this instance represents Success or the original encapsulated exception if it is Error.