Uses of Interface
io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction
-
Packages that use ThrowExceptionFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of ThrowExceptionFunction in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as ThrowExceptionFunction Modifier and Type Field Description protected ThrowExceptionFunctionDriverAbst. exceptionThrowerMethods in io.github.toolfactory.jvm that return ThrowExceptionFunction Modifier and Type Method Description protected ThrowExceptionFunctionDriverAbst. getExceptionThrower(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)protected ThrowExceptionFunctionDriverAbst. getOrBuildExceptionThrower(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)Methods in io.github.toolfactory.jvm that return types with arguments of type ThrowExceptionFunction Modifier and Type Method Description protected java.lang.Class<? extends ThrowExceptionFunction>DefaultDriver. getThrowExceptionFunctionClass()protected abstract java.lang.Class<? extends ThrowExceptionFunction>DriverAbst. getThrowExceptionFunctionClass() -
Uses of ThrowExceptionFunction in io.github.toolfactory.jvm.function.catalog
Classes in io.github.toolfactory.jvm.function.catalog that implement ThrowExceptionFunction Modifier and Type Class Description static classThrowExceptionFunction.Abst
-