ResetFlags

Replaces the whole FlagStore with one built out of flags.

Constructors

Link copied to clipboard
constructor(flags: Map<String, Term>)
constructor(vararg flags: Pair<String, Term>)
constructor(flags: Iterable<Pair<String, Term>>)
constructor(flags: Sequence<Pair<String, Term>>)

Properties

Link copied to clipboard
open override val flags: Map<String, Term>
Link copied to clipboard

flags, normalized to a FlagStore.

Functions

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

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