operator | method

LyBaseValidator<int> operator |(
  1. LyBaseValidator<int> other
)
inherited

Implementation

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