isValid abstract method

bool isValid(
  1. T val
)

验证值是否有效

Implementation

bool isValid(T val);