Package net.bluemind.lib.vertx
Class Result<T>
java.lang.Object
net.bluemind.lib.vertx.Result<T>
- All Implemented Interfaces:
 io.vertx.core.AsyncResult<T>
- 
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>
 - 
success
public static <T> io.vertx.core.AsyncResult<T> success(T r)  - 
success
 - 
fail
 
 -