and Validator<T> and( Validator<T> other ) Chain validators Implementation Validator<T> and(Validator<T> other) => _AndValidator(this, other);