Class Runnables
- java.lang.Object
-
- com.google.common.util.concurrent.Runnables
-
public final class Runnables extends java.lang.ObjectStatic utility methods pertaining to theRunnableinterface.- Since:
- 16.0
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.RunnableEMPTY_RUNNABLE
-
Constructor Summary
Constructors Modifier Constructor Description privateRunnables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.RunnabledoNothing()Returns aRunnableinstance that does nothing when run.
-