Companion

Functions

Link copied to clipboard
fun <T> failure(exception: Throwable): RestResult<T>

Returns an instance that encapsulates the given Throwable as failure.

Link copied to clipboard
fun <T> success(value: T): RestResult<T>

Returns an instance that encapsulates the given value as successful value.