Class Operations.Empty

  • All Implemented Interfaces:
    Operation
    Enclosing class:
    Operations

    public static class Operations.Empty
    extends java.lang.Object
    implements Operation
    Representative of the empty Operation which does nothing when applied to a Batch.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Batch batch)
      This method has no effect.
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object