Exemplo n.º 1
0
 public Money minus(Money other) {
   return plus(other.negated());
 }