Package com.jackmeng.stl
Interface $Checker<T>
interface $Checker<T>
-
Method Summary
Modifier and Type Method Description default booleanis_all_valid(T[] types)booleanis_valid(T type)
-
Method Details
-
is_valid
-
is_all_valid
-
interface $Checker<T>
| Modifier and Type | Method | Description |
|---|---|---|
default boolean |
is_all_valid(T[] types) |
|
boolean |
is_valid(T type) |