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 classStopThreadFunction.Abststatic classStopThreadFunction.ForJava20static classStopThreadFunction.ForJava7
-
Method Summary
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingBiConsumer
accept
-
-