when abstract method

PropertyValidator<T, TProperty> when(
  1. bool conditionPredicate(
    1. T value
    )
)

Implementation

PropertyValidator<T, TProperty> when(
    bool Function(T value) conditionPredicate);