public interface OptionalReturn
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue()
Returns the return value.
|
boolean |
isVoid()
Returns
true if this instance represents a void return. |
Object getValue()
boolean isVoid()
true if this instance represents a void return.Copyright © 2011–2019 Glowroot contributors. All rights reserved.