Class NOPClosure<E>

    • Field Detail

      • INSTANCE

        public static final Closure INSTANCE
        Singleton predicate instance
    • Method Detail

      • nopClosure

        public static <E> Closure<E> nopClosure()
        Factory returning the singleton instance.
        Type Parameters:
        E - the type that the closure acts on
        Returns:
        the singleton instance
        Since:
        3.1
      • execute

        public void execute​(E input)
        Do nothing.
        Specified by:
        execute in interface Closure<E>
        Parameters:
        input - the input object