Completion

class Completion(val throwable: Throwable? = null) : ValueOrCompletion<Nothing> (source)

Constructors

Link copied to clipboard
constructor(throwable: Throwable? = null)

Properties

Link copied to clipboard
val throwable: Throwable? = null

Functions

Link copied to clipboard
operator fun component1(): Throwable?
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open suspend fun <R> map(block: suspend (Nothing) -> R): ValueOrCompletion<R>
Link copied to clipboard
open override fun toString(): String