DependentValidator<T> constructor

DependentValidator<T>(
  1. FieldValidator<T> build()
)

Implementation

DependentValidator(this.build);