apply
Returns a new ExecutionContext, obtained by applying sideEffect to this one, via SideEffect.applyTo.
Returns a new ExecutionContext, obtained by applying every sideEffects item, in order, to this one (each one to the result of the previous application).
Same as apply for an Iterable, but accepting a Sequence of sideEffects.