Continuation1

class Continuation1<T1>(block: (p1: T1) -> Unit, invoker: CPointer<CFunction<(COpaquePointer?) -> Unit>>, singleShot: Boolean = false) : Function1<T1, Unit> (source)

Deprecated

This API is deprecated without replacement

Since Kotlin

1.3

Constructors

Link copied to clipboard
constructor(block: (p1: T1) -> Unit, invoker: CPointer<CFunction<(COpaquePointer?) -> Unit>>, singleShot: Boolean = false)

Functions

Link copied to clipboard
fun dispose()
Since Kotlin 1.3
Link copied to clipboard
open operator override fun invoke(p1: T1)
Since Kotlin 1.3