fun <T : Enum<T>> Builder<T>.isOneOf(vararg values: T): Builder<T>
Asserts that the subject is one of values.