MatchCaseOperators<T> extension

on

Operators

operator &(MatchCase<T> other) → MatchCase<T>

Available on MatchCase<T>, provided by the MatchCaseOperators extension

operator >(bool g) → MatchCase<T>

Available on MatchCase<T>, provided by the MatchCaseOperators extension

operator >>(bool g()) → MatchCase<T>

Available on MatchCase<T>, provided by the MatchCaseOperators extension

operator |(MatchCase<T> other) → MatchCase<T>

Available on MatchCase<T>, provided by the MatchCaseOperators extension