ResetRuntime

Replaces the whole loaded Runtime with libraries.

Constructors

Link copied to clipboard
constructor(libraries: Runtime)
constructor(libraries: Iterable<Library>)
constructor(libraries: Sequence<Library>)
constructor(vararg libraries: Library)

Properties

Link copied to clipboard
open override val libraries: Runtime

The Runtime this side effect carries.

Functions

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

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