AlterChannels

abstract class AlterChannels : SideEffect

Base class for side effects altering the I/O channel stores.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun applyTo(context: ExecutionContext): ExecutionContext

Produces the ExecutionContext resulting from applying this side effect to context.