- java.lang.Object
 
- 
- net.bluemind.lib.vertx.internal.Result<T>
 
 
- 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
Result()  | 
Result(java.lang.Throwable cause)  | 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
- 
- 
Method Detail
- 
result
public T result()
- Specified by:
 
result in interface org.vertx.java.core.AsyncResult<T> 
 
- 
failed
public boolean failed()
- Specified by:
 
failed in interface org.vertx.java.core.AsyncResult<T> 
 
 
 
 
 
Copyright © 2021. All Rights Reserved.