public class Failure extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<Failure> |
__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Failure |
getDelegate() |
int |
hashCode() |
boolean |
isError() |
String |
message() |
static Failure |
newInstance(Failure arg) |
String |
stackTrace() |
String |
toString() |
public Failure(Failure delegate)
Copyright © 2019 Eclipse. All rights reserved.