Uses of Interface
com.clumd.projects.java_common_utils.base_enhancements.FunctionPotentialException
Packages that use FunctionPotentialException
-
Uses of FunctionPotentialException in com.clumd.projects.java_common_utils.arg_parser
Methods in com.clumd.projects.java_common_utils.arg_parser with parameters of type FunctionPotentialExceptionModifier and TypeMethodDescription<E extends Exception>
Argument.ArgumentBuilder<T>Argument.ArgumentBuilder.conversionFunction(FunctionPotentialException<String, T, E> functionWhichMayThrowException) This constructor is used to override the conversion function in order to wrap the call to theFunction.apply(Object)such that the implementing user can use checked exceptions if they want, without it causing compile time issues.<E extends Exception>
Argument.ArgumentBuilder<T>Argument.ArgumentBuilder.validationFunction(FunctionPotentialException<T, Boolean, E> functionWhichMayThrowException) This constructor is used to override the value validation function in order to wrap the call to theFunction.apply(Object)such that the implementing user can use checked exceptions if they want, without it causing compile time issues.