static <D,V> Check<D> |
BasicChecks.compose(String name,
Transformation<? super D,V> transformation,
Check<? super V> check) |
static <D,V> Builder<V,Check<D>> |
BasicChecks.has(String name,
Transformation<? super D,V> transformation) |
static <V> Check<ResultSetMetaData> |
DatabaseChecks.metadataCheck(String name,
Transformation<ResultSetMetaData,V> function,
Check<? super V> check) |
static <D,V> Builder<V,Check<D>> |
BasicChecks.nullableHas(String name,
Transformation<? super D,V> transformation) |
static <R> Check<ResultSet> |
DatabaseChecks.sqlCheck(int position,
Transformation<ResultSet,R> function,
Check<? super R> check) |
static <R> Check<ResultSet> |
DatabaseChecks.sqlCheck(String name,
Transformation<ResultSet,R> function,
Check<? super R> check) |
static <D,V> Check<D> |
BasicChecks.transform(Transformation<? super D,V> transformation,
Check<? super V> check) |
<V> Builder<V,L> |
AbstractCheckDsl.withField(String name,
Transformation<? super D,V> transformation) |