public class NOPClosure extends Object implements Closure, Serializable
Modifier and Type | Field and Description |
---|---|
static Closure |
INSTANCE
Singleton predicate instance
|
Modifier and Type | Method and Description |
---|---|
void |
execute(Object input)
Do nothing.
|
static Closure |
getInstance()
Factory returning the singleton instance.
|
Copyright © 2001-2016 Apache Software Foundation. All Rights Reserved.