Produces a value or throws an exception. @return the value produced @throws Throwable if the implementation wishes to throw any type of exception
()
| 31 | * @throws Throwable if the implementation wishes to throw any type of exception |
| 32 | */ |
| 33 | T get() throws Throwable; |
| 34 | } |
no outgoing calls