public final class NOPClosure<E> extends Object implements Closure<E>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Closure |
INSTANCE
Singleton predicate instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(E input)
Do nothing.
|
static <E> Closure<E> |
nopClosure()
Factory returning the singleton instance.
|
public static <E> Closure<E> nopClosure()
E - the type that the closure acts onCopyright © 2001–2018 The Apache Software Foundation. All rights reserved.