Predicate
data class Predicate(val description: String, val predicate: (Status) -> Boolean) : StatusMatcher(source)
Delegates to an arbitrary predicate with a human-readable description.
Delegates to an arbitrary predicate with a human-readable description.