Package oshi.software.os
Class OSThread.ThreadFiltering
- java.lang.Object
-
- oshi.software.os.OSThread.ThreadFiltering
-
- Enclosing interface:
- OSThread
public static final class OSThread.ThreadFiltering extends java.lang.Object
Constants which may be used to filter Thread lists
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.Predicate<OSThread>
VALID_THREAD
Exclude processes withOSProcess.State.INVALID
process state.
-
Constructor Summary
Constructors Modifier Constructor Description private
ThreadFiltering()
-
-
-
Field Detail
-
VALID_THREAD
public static final java.util.function.Predicate<OSThread> VALID_THREAD
Exclude processes withOSProcess.State.INVALID
process state.
-
-