@Beta @GwtCompatible public final class Runnables extends Object
Static utility methods pertaining to the Runnable
interface.
Modifier and Type | Method and Description |
---|---|
static Runnable |
doNothing()
Returns a
Runnable instance that does nothing when run. |