@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="IDBObjectStoreOrIDBIndexUnion")
public interface IDBObjectStoreOrIDBIndexUnion
| Modifier and Type | Method and Description |
|---|---|
default IDBIndex |
asIDBIndex() |
default IDBObjectStore |
asIDBObjectStore() |
default boolean |
isIDBIndex() |
default boolean |
isIDBObjectStore() |
static IDBObjectStoreOrIDBIndexUnion |
of(IDBIndex value) |
static IDBObjectStoreOrIDBIndexUnion |
of(IDBObjectStore value) |
@JsOverlay @Nonnull static IDBObjectStoreOrIDBIndexUnion of(@Nonnull IDBObjectStore value)
@JsOverlay @Nonnull static IDBObjectStoreOrIDBIndexUnion of(@Nonnull IDBIndex value)
@JsOverlay default boolean isIDBIndex()
@JsOverlay default IDBIndex asIDBIndex()
@JsOverlay default boolean isIDBObjectStore()
@JsOverlay default IDBObjectStore asIDBObjectStore()