Complete

data class Complete<T>(val data: T) : ResultData<T>

Constructors

Link copied to clipboard
constructor(data: T)

Properties

Link copied to clipboard
val data: T

Functions

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