Class StopThreadFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.StopThreadFunction.Abst
-
- All Implemented Interfaces:
StopThreadFunction
,ThrowingBiConsumer<java.lang.Thread,java.lang.Throwable,java.lang.Throwable>
- Direct Known Subclasses:
StopThreadFunction.ForJava7
- Enclosing interface:
- StopThreadFunction
public abstract static class StopThreadFunction.Abst extends java.lang.Object implements StopThreadFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.StopThreadFunction
StopThreadFunction.Abst, StopThreadFunction.ForJava20, StopThreadFunction.ForJava7
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.invoke.MethodHandle
methodHandle
-
Constructor Summary
Constructors Constructor Description Abst()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(java.lang.Thread thread, java.lang.Throwable threadDeath)
-
-
-
Method Detail
-
accept
public void accept(java.lang.Thread thread, java.lang.Throwable threadDeath) throws java.lang.Throwable
- Specified by:
accept
in interfaceThrowingBiConsumer<java.lang.Thread,java.lang.Throwable,java.lang.Throwable>
- Throws:
java.lang.Throwable
-
-