Interface ReadCaseLike

Hierarchy

  • ReadCaseLike

Implemented by

Properties

Methods

Properties

isReady: boolean

Returns whether this case is ready

Methods

  • Returns the value read by the case, throws an exception if the case is not ready

    Throws

    ChannelException

    • ChannelCause.ReadCase

    Returns any

  • Returns the value read by the case, throws an exception if the case is not ready

    Throws

    ChannelException

    • ChannelCause.ReadCase

    Returns [undefined, false] | [any, true]

Generated using TypeDoc