-
- All Implemented Interfaces:
public class Call.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Call.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> Result<T>callCanceledError()final <T extends Any> Result<T>runCatching(SuspendFunction1<Result<T>, Result<T>> errorMap, SuspendFunction0<Result<T>> block)-
-
Method Detail
-
callCanceledError
final <T extends Any> Result<T> callCanceledError()
-
runCatching
final <T extends Any> Result<T> runCatching(SuspendFunction1<Result<T>, Result<T>> errorMap, SuspendFunction0<Result<T>> block)
-
-
-
-