Uses of Class
it.tidalwave.util.thread.ThreadType
-
Packages that use ThreadType Package Description it.tidalwave.util.thread it.tidalwave.util.thread.annotation -
-
Uses of ThreadType in it.tidalwave.util.thread
Methods in it.tidalwave.util.thread that return ThreadType Modifier and Type Method Description static ThreadType
ThreadType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ThreadType[]
ThreadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.tidalwave.util.thread with parameters of type ThreadType Modifier and Type Method Description static void
ThreadAssertions. assertThread(ThreadType threadType)
Asserts that the current thread is of the specified type. -
Uses of ThreadType in it.tidalwave.util.thread.annotation
Methods in it.tidalwave.util.thread.annotation that return ThreadType Modifier and Type Method Description ThreadType
type()
-