Package cdc.validation.checkers
Class CheckerSupport
java.lang.Object
cdc.validation.checkers.CheckerSupport
-
Method Summary
Modifier and TypeMethodDescription(package private) static <S> Checker<S>fromFunctionUnchecked(Function<S, ?> function, Class<S> sourceClass, Class<?> targetClass)
-
Method Details
-
fromFunctionUnchecked
-