Condition

typealias Condition = () -> Boolean

Provides a callback for a condition that must return a Boolean.