StepCount
data class StepCount<T, P : Position<P>>(val lastStep: Long) : Predicate<Environment<T, P>> (source)
Terminates the simulation after a given number of steps. If the simulation is uninitialized (thus, the environment returns null when asked for the simulation), this predicate always returns false.
Parameters
lastStep
the last step.