E - the expression type returned by the negate() methodpublic interface HasNegate<E extends HasNegate<E>>
negate() method for getting the
negative value of the result from the current expression. For an example, a
positive value will become negative and a negative value will become
positive.| Modifier and Type | Method and Description |
|---|---|
E |
negate()
Returns a new expression that returns the absolute value of the result
of the current expression.
|
E negate()
Copyright © 2019 Speedment, Inc.. All rights reserved.