operator | method

LyBaseValidator<T> operator |(
  1. LyBaseValidator<T> other
)

Implementation

LyBaseValidator<T> operator |(LyBaseValidator<T> other) {
  return LyOrValidator(this, other);
}