Uses of Interface
io.github.toolfactory.jvm.function.catalog.StopThreadFunction
-
Packages that use StopThreadFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of StopThreadFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return StopThreadFunction Modifier and Type Method Description protected StopThreadFunction
DriverAbst. getOrBuildThreadStopper(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
protected StopThreadFunction
DriverAbst. getThreadStopper(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
Methods in io.github.toolfactory.jvm that return types with arguments of type StopThreadFunction Modifier and Type Method Description protected java.lang.Class<? extends StopThreadFunction>
DefaultDriver. getStopThreadFunctionClass()
protected abstract java.lang.Class<? extends StopThreadFunction>
DriverAbst. getStopThreadFunctionClass()
-
Uses of StopThreadFunction in io.github.toolfactory.jvm.function.catalog
Classes in io.github.toolfactory.jvm.function.catalog that implement StopThreadFunction Modifier and Type Class Description static class
StopThreadFunction.Abst
static class
StopThreadFunction.ForJava20
static class
StopThreadFunction.ForJava7
static class
StopThreadFunction.ForJava7.ForSemeru
-