Package net.bluemind.lib.vertx.internal
Class Result<T>
java.lang.Object
net.bluemind.lib.vertx.internal.Result<T>
- All Implemented Interfaces:
 io.vertx.core.AsyncResult<T>
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.AsyncResult
map, map, mapEmpty, otherwise, otherwise, otherwiseEmpty 
- 
Constructor Details
- 
Result
 - 
Result
public Result() 
 - 
 - 
Method Details
- 
result
- Specified by:
 resultin interfaceio.vertx.core.AsyncResult<T>
 - 
cause
- Specified by:
 causein interfaceio.vertx.core.AsyncResult<T>
 - 
succeeded
public boolean succeeded()- Specified by:
 succeededin interfaceio.vertx.core.AsyncResult<T>
 - 
failed
public boolean failed()- Specified by:
 failedin interfaceio.vertx.core.AsyncResult<T>
 
 -