UpdateLibrary

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

Replaces, within the loaded Runtime, the library sharing library's alias with library itself.

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.