示例#1
0
 public Money minus(Money other) {
   return plus(other.negated());
 }