- 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 
- 
Methods inherited from interface io.vertx.core.AsyncResult
map, map, mapEmpty, otherwise, otherwise, otherwiseEmpty 
 
 
 
- 
- 
Method Detail
- 
result
public T result()
- Specified by:
 
result in interface io.vertx.core.AsyncResult<T> 
 
- 
failed
public boolean failed()
- Specified by:
 
failed in interface io.vertx.core.AsyncResult<T> 
 
 
 
 
 
Copyright © 2023. All Rights Reserved.