Class WriteCase<T>Sealed

Type Parameters

  • T

Hierarchy

  • WriteCase

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

ch: Chan<T>
exception?: boolean
val: T
write_?: boolean

Accessors

Methods

  • Returns whether the case was written successfully, throws an exception if the case is not ready or this is not a write case

    Throw

    ChannelException

    • ChannelCause.WriteCase

    Returns boolean

Generated using TypeDoc