terminator
context(environment: Environment<T, P>)
open fun terminator(terminator: TerminationPredicate<T, P>)(source)
open fun terminator(terminator: TerminationPredicate<T, P>)(source)
Registers a TerminationPredicate in the current Environment.
Parameters
terminator
the termination predicate to add.