A
B
C
D
E
F
G
H
L
M
O
R
S
T
U
F
- FlowUseCase - class in app.futured.arkitekt.crusecases
- Base Flow use case meant to use in CoroutineScopeOwner implementations
- fold(Result,Function1,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the the result of onSuccess for encapsulated value if this instance represents Success or the result of onError function for encapsulated exception if it is Error.