Returns a future representing a running task that produces a value. Calling this method will trigger the submission of this task to the executor, if it has not already been triggered. In order to trigger this task's submission, the transitive dependencies required to produce the T will be su
()
| 103 | * will return the same future. |
| 104 | */ |
| 105 | @CheckReturnValue |
| 106 | ListenableFuture<T> get(); |
| 107 | } |
no outgoing calls
no test coverage detected