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:
result
in interfaceio.vertx.core.AsyncResult<T>
-
cause
- Specified by:
cause
in interfaceio.vertx.core.AsyncResult<T>
-
succeeded
public boolean succeeded()- Specified by:
succeeded
in interfaceio.vertx.core.AsyncResult<T>
-
failed
public boolean failed()- Specified by:
failed
in interfaceio.vertx.core.AsyncResult<T>
-
success
public static <T> io.vertx.core.AsyncResult<T> success(T r) -
success
-
fail
-