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