terminator

context(environment: Environment<T, P>)
open fun terminator(terminator: TerminationPredicate<T, P>)

Registers a TerminationPredicate in the current Environment.

Parameters

terminator

the termination predicate to add.