- java.lang.Object
-
- net.bluemind.vertx.testhelper.FakeResult<T>
-
-
Constructor Summary
Constructors
Constructor and Description |
FakeResult(java.lang.Throwable cause,
T result) |
-
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 © 2021. All Rights Reserved.