public static interface WorkerGlobalScope.FetchInputUnionType
Modifier and Type | Method and Description |
---|---|
default Request |
asRequest() |
default java.lang.String |
asString() |
default boolean |
isRequest() |
default boolean |
isString() |
static WorkerGlobalScope.FetchInputUnionType |
of(java.lang.Object o) |
static WorkerGlobalScope.FetchInputUnionType of(java.lang.Object o)
default Request asRequest()
default java.lang.String asString()
default boolean isRequest()
default boolean isString()