Answer.DefaultImpls| Constructor and Description |
|---|
ThrowingAnswer(java.lang.Throwable ex)
Throws exception instead of function reply
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
answer(Call call) |
java.lang.Throwable |
component1() |
ThrowingAnswer |
copy(java.lang.Throwable ex)
Throws exception instead of function reply
|
boolean |
equals(java.lang.Object p) |
java.lang.Throwable |
getEx() |
int |
hashCode() |
java.lang.String |
toString() |
public ThrowingAnswer(java.lang.Throwable ex)
Throws exception instead of function reply
public java.lang.Void answer(Call call)
public java.lang.Throwable getEx()
public java.lang.Throwable component1()
public ThrowingAnswer copy(java.lang.Throwable ex)
Throws exception instead of function reply
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)