A
B
C
D
E
F
G
H
L
M
O
R
S
T
U
G
- getCoroutineScope() - function in app.futured.arkitekt.crusecases.BaseCrViewModel
- CoroutineScope scope used to execute coroutine based use cases.
- getCoroutineScope() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner
- CoroutineScope scope used to execute coroutine based use cases.
- getDeferred() - function in app.futured.arkitekt.crusecases.UseCase
- Deferred used to hold and cancel existing run of this use case
- getDisposePrevious() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.UseCaseConfig
- getDisposePrevious() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.FlowUseCaseConfig
- getError() - function in app.futured.arkitekt.crusecases.Error
- getInternalSavedStateHandle() - function in app.futured.arkitekt.crusecases.BaseCrViewModel
- getJob() - function in app.futured.arkitekt.crusecases.FlowUseCase
- Job used to hold and cancel existing run of this use case
- getOnComplete() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.FlowUseCaseConfig
- getOnError() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.UseCaseConfig
- getOnError() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.FlowUseCaseConfig
- getOnNext() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.FlowUseCaseConfig
- getOnStart() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.UseCaseConfig
- getOnStart() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.FlowUseCaseConfig
- getOnSuccess() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner.UseCaseConfig
- getOrCancel(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated value if this instance represents Success or throws CancellationException with Error.error as its cause if it is Error.
- getOrDefault(Result,VALUE) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated value if this instance represents Success or defaultValue for encapsulated exception if it is Error.
- getOrElse(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated value if this instance represents Success or result of onError for encapsulated exception if it is Error.
- getOrNull(Result) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated value if this instance represents Success or null for encapsulated exception if it is Error.
- getOrThrow(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
- Returns the encapsulated value if this instance represents Success or throws the encapsulated exception if it is Error.
- getRequireSavedStateHandle() - function in app.futured.arkitekt.crusecases.BaseCrViewModel
- getRootCause() - function in app.futured.arkitekt.crusecases.utils.ThrowableExtensionsKt
- getTag(String) - function in androidx.lifecycle.BaseCrViewModel
- getValue() - function in app.futured.arkitekt.crusecases.Success
- getViewState() - function in app.futured.arkitekt.crusecases.BaseCrViewModel
- getWorkerDispatcher() - function in app.futured.arkitekt.crusecases.BaseCrViewModel
- Provides Dispatcher for background tasks.
- getWorkerDispatcher() - function in app.futured.arkitekt.crusecases.CoroutineScopeOwner
- Provides Dispatcher for background tasks.