A  B  C  D  E  F  G  H  L  M  O  R  S  T  U 

R

recover(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
Returns the encapsulated result of the given transform function applied to encapsulated exception if this instance represents Error or the original encapsulated value if it is Success.
recoverCatching(Result,Function1) - function in app.futured.arkitekt.crusecases.ResultKt
Returns the encapsulated result of the given transform function applied to encapsulated exception if this instance represents Error or the original encapsulated value if it is Success.
Result - class in app.futured.arkitekt.crusecases
A discriminated union that encapsulates successful outcome either with Success or with ErrorThis class is adapted to kotlin coroutines so if Error contains CancellationException then this error is rethrown.
ResultKt - class in app.futured.arkitekt.crusecases
 
A  B  C  D  E  F  G  H  L  M  O  R  S  T  U