Package-level declarations
Functions
Link copied to clipboard
Try to get the exception of this Result.
Link copied to clipboard
Try to get the exception of this Result.
Link copied to clipboard
Try to get the exception of this Result.
Link copied to clipboard
inline fun <In, Out> KotlinResult<In>.flatMap(onSuccess: (In) -> KotlinResult<Out>): KotlinResult<Out>
Like Result.map, applies the onSuccess function to the encapsulated value.
Link copied to clipboard
Flattens a nested KotlinResult.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Context runner to encapsulate the result of block as a KotlinResult.
Link copied to clipboard