(other: Check<E>, annotations?: Schema.Annotations.Filter)
| 3155 | } |
| 3156 | and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E> |
| 3157 | and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E> { |
| 3158 | return new FilterGroup([this, other], annotations) |
| 3159 | } |
| 3160 | } |
| 3161 | |
| 3162 | /** |
no outgoing calls
no test coverage detected