public interface Subtractable<S extends Subtractable<S,T>,T> extends Addable<S,T>, Self<S>
| Modifier and Type | Method and Description |
|---|---|
default S |
getSubtracted(T value)
subtract the value from a copy of this
|
S |
subtract(T value)
subtract the value from this
|