()
| 1652 | * @see #multipliedBy(int) |
| 1653 | */ |
| 1654 | @Override |
| 1655 | public Duration<U> inverse() { |
| 1656 | |
| 1657 | return this.multipliedBy(-1); |
| 1658 | |
| 1659 | } |
| 1660 | |
| 1661 | /** |
| 1662 | * <p>Multiplies all partial amounts of this duration by given factor. </p> |
no test coverage detected