E - the expression type returned by the sqrt() methodpublic interface HasSqrt<E>
sqrt() method for getting the
square root of the result from the current expression.| Modifier and Type | Method and Description |
|---|---|
E |
sqrt()
Creates and returns an expression that returns the square root of the
result from the current expression.
|
E sqrt()
If this expression is nullable and the result was null, then the
result of the returned expression will also be null.
Copyright © 2019 Speedment, Inc.. All rights reserved.