AfterTime

data class AfterTime<T, P : Position<P>>(val endTime: Time) : TerminationPredicate<T, P> (source)

Parameters

endTime

the end time.

Constructors

Link copied to clipboard
constructor(endTime: Time)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun invoke(environment: Environment<T, P>): Boolean
Link copied to clipboard
Link copied to clipboard
open fun test(environment: Environment<T, P>): Boolean