Interface StopThreadFunction
-
- All Superinterfaces:
ThrowingBiConsumer<java.lang.Thread,java.lang.Throwable,java.lang.Throwable>
- All Known Implementing Classes:
StopThreadFunction.Abst
,StopThreadFunction.ForJava20
,StopThreadFunction.ForJava7
,StopThreadFunction.ForJava7.ForSemeru
public interface StopThreadFunction extends ThrowingBiConsumer<java.lang.Thread,java.lang.Throwable,java.lang.Throwable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StopThreadFunction.Abst
static class
StopThreadFunction.ForJava20
static class
StopThreadFunction.ForJava7
-
Method Summary
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingBiConsumer
accept
-
-