| Modifier and Type | Method and Description |
|---|---|
Array |
Array.filter(Function<Boolean,Object> fn) |
static <T extends JsObject> |
JsObject.observe(T model,
Function<Changed<T>[],Void> fn) |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.addEventListener(String event,
Function fn) |
| Modifier and Type | Method and Description |
|---|---|
Function |
IDBRequest.getOnerror() |
Function |
IDBRequest.getOnsuccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDBTransaction.setOnabort(Function fn) |
void |
IDBDatabase.setOnabort(Function f) |
void |
IDBTransaction.setOncomplete(Function fn) |
void |
IDBRequest.setOnerror(Function fn) |
void |
IDBTransaction.setOnerror(Function fn) |
void |
IDBDatabase.setOnerror(Function f) |
void |
IDBRequest.setOnsuccess(Function fn) |
void |
IDBOpenDBRequest.setOnupgradeneeded(Function<IDBVersionChangeEvent<IDBOpenDBRequest>,Void> fn) |
void |
IDBDatabase.setOnversionchange(Function f) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileEntry.createWriter(Function<Void,FileWriter> success,
Function<Void,FileError> error) |
void |
FileEntry.createWriter(Function<Void,FileWriter> success,
Function<Void,FileError> error) |
void |
FileEntry.file(Function<Void,File> success,
Function<Void,FileError> error) |
void |
FileEntry.file(Function<Void,File> success,
Function<Void,FileError> error) |
Copyright © 2017. All rights reserved.