Class WriteWithdraw

  • All Implemented Interfaces:
    Transform

    public class WriteWithdraw
    extends java.lang.Object
    implements Transform
    An implmentation of Transform that Writes the given Withdraw to global state.
    Since:
    0.0.1
    See Also:
    Transform
    • Constructor Detail

      • WriteWithdraw

        public WriteWithdraw()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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