public static interface IDBCursor.SourceUnionType
| Modifier and Type | Method and Description |
|---|---|
default IDBIndex |
asIDBIndex() |
default IDBObjectStore |
asIDBObjectStore() |
default boolean |
isIDBIndex() |
default boolean |
isIDBObjectStore() |
static IDBCursor.SourceUnionType |
of(java.lang.Object o) |
static IDBCursor.SourceUnionType of(java.lang.Object o)
default IDBIndex asIDBIndex()
default IDBObjectStore asIDBObjectStore()
default boolean isIDBIndex()
default boolean isIDBObjectStore()