AlterRuntime

abstract class AlterRuntime : SideEffect

Base class for side effects altering the loaded Runtime of libraries.

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.