OutputChannel

interface OutputChannel<T : Any> : Channel<T>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun addListener(listener: Listener<T?>)
Link copied to clipboard
abstract fun clearListeners()
Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun flush()
Link copied to clipboard
abstract fun removeListener(listener: Listener<T?>)
Link copied to clipboard
open fun <R> use(function: OutputChannel<T>.() -> R): R
Link copied to clipboard
abstract fun write(value: T)

Properties

Link copied to clipboard
abstract val isClosed: Boolean
Link copied to clipboard
abstract val streamTerm: <ERROR CLASS>

Inheritors

Link copied to clipboard