public final class NOPClosure<E> extends Object implements Closure<E>, Serializable
static Closure
INSTANCE
void
execute(E input)
static <E> Closure<E>
nopClosure()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final Closure INSTANCE
public static <E> Closure<E> nopClosure()
E
public void execute(E input)
execute
Closure<E>
input
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.