Package io.vavr.control
Class TryModule.ThreadDeathResolver
- java.lang.Object
-
- io.vavr.control.TryModule.ThreadDeathResolver
-
- Enclosing interface:
- TryModule
public static class TryModule.ThreadDeathResolver extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.Class<?>
THREAD_DEATH_CLASS
-
Constructor Summary
Constructors Constructor Description ThreadDeathResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
isThreadDeath(java.lang.Throwable throwable)
private static java.lang.Class<?>
resolve()
-