public static interface ReadableStreamSource.PullFn.P0UnionType<VALUE>
| Modifier and Type | Method and Description |
|---|---|
default ReadableByteStreamController |
asReadableByteStreamController() |
default ReadableStreamDefaultController<VALUE> |
asReadableStreamDefaultController() |
static ReadableStreamSource.PullFn.P0UnionType |
of(java.lang.Object o) |
static ReadableStreamSource.PullFn.P0UnionType of(java.lang.Object o)
default ReadableByteStreamController asReadableByteStreamController()
default ReadableStreamDefaultController<VALUE> asReadableStreamDefaultController()