isValid abstract method

bool isValid(
  1. T value
)

checks the input against the given conditions

Implementation

bool isValid(T value);