Success

data class Success<T>(val data: T) : LoadState<T>

Constructors

Link copied to clipboard
constructor(data: T)

Properties

Link copied to clipboard
val data: T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getOrNull(): T?
Link copied to clipboard
fun getOrThrow(): T