Companion

object Companion

Functions

Link copied to clipboard
fun <T> error(failure: Throwable): Resource<T>
Link copied to clipboard
fun <T> success(data: T, requestTime: Long, responseTime: Long): Resource<T & Any>