Class Runnables
- java.lang.Object
- 
- com.google.common.util.concurrent.Runnables
 
- 
 @GwtCompatible public final class Runnables extends java.lang.Object Static utility methods pertaining to theRunnableinterface.- Since:
- 16.0
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.RunnabledoNothing()Returns aRunnableinstance that does nothing when run.
 
- 
- 
- 
Method Detail- 
doNothingpublic static java.lang.Runnable doNothing() Returns aRunnableinstance that does nothing when run.
 
- 
 
-