SynchronousResult
class SynchronousResult<T : Any!>
The wrapper for a result provided in getSynchronousResult
Summary
Public constructors |
Create a new result wrapper
|
Public constructors
<init>
SynchronousResult(value: T)
Create a new result wrapper
Parameters |
value |
T: the result value |
Public methods
getValue
fun getValue(): T
Return |
T |
the result value |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.