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