public interface Executable
| Modifier and Type | Field and Description |
|---|---|
static Executable |
NO_OPERATION
This constant represents the default null operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNoOperation()
Indicates whether this operation can be regarded
as no operation at all.
|
static final Executable NO_OPERATION