Class GridAbsClosure

    • Constructor Detail

      • GridAbsClosure

        public GridAbsClosure()
    • Method Detail

      • apply

        public abstract void apply()
        Absolute closure body.
      • run

        public final void run()
        Delegates to apply() method.

        Specified by:
        run in interface Runnable