AnyOf

data class AnyOf(val statuses: Set<Status>) : StatusMatcher(source)

Matches any status contained in statuses.

Constructors

Link copied to clipboard
constructor(statuses: Set<Status>)

Properties

Link copied to clipboard

Set of statuses that select the output.

Functions

Link copied to clipboard
open operator override fun invoke(p1: Status): Boolean

Returns true when the candidate status is one of statuses.