LoadLibrary

data class LoadLibrary(val library: Library) : SideEffect.AlterLibrary

Adds library to the loaded Runtime.

Constructors

Link copied to clipboard
constructor(library: Library)

Properties

Link copied to clipboard
open override val libraries: Runtime

The Runtime this side effect carries.

Link copied to clipboard
open override val library: Library

Functions

Link copied to clipboard
open override fun applyTo(context: ExecutionContext): ExecutionContext

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