RemoveOperators

Removes operators from the current OperatorSet.

Constructors

Link copied to clipboard
constructor(operators: Iterable<Operator>)
constructor(vararg operators: Operator)
constructor(operators: Sequence<Operator>)

Properties

Link copied to clipboard
open override val operators: Iterable<Operator>
Link copied to clipboard

Functions

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

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