public static interface FetchEvent.RespondWithRUnionType
Modifier and Type | Method and Description |
---|---|
default IThenable<Response> |
asIThenable() |
default Response |
asResponse() |
default boolean |
isResponse() |
static FetchEvent.RespondWithRUnionType |
of(java.lang.Object o) |
static FetchEvent.RespondWithRUnionType of(java.lang.Object o)
default Response asResponse()
default boolean isResponse()