public class NOPClosure extends java.lang.Object implements Closure, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static Closure |
INSTANCE
Singleton predicate instance
|
private static long |
serialVersionUID
Serial version UID
|
Modifier | Constructor and Description |
---|---|
private |
NOPClosure()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.Object input)
Do nothing.
|
static Closure |
getInstance()
Factory returning the singleton instance.
|
private static final long serialVersionUID
public static final Closure INSTANCE
public static Closure getInstance()