S
- the type of the objects on which to operatepublic interface BasicOperationSupport<S>
Modifier and Type | Method and Description |
---|---|
S |
absoluteValueOf(S value) |
OngoingBinaryOperation<S> |
calculate(S operand) |
S |
inverseOf(S element) |
S |
negativeOf(S element) |
S |
squareOf(S value) |
S |
squareRootOf(S value) |