Loading

class Loading<T> : ResultData<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun <T, R> ResultData<T>.map(fn: (T) -> R): ResultData<R>
Link copied to clipboard