Package | Description |
---|---|
org.cesiumjs.cs.promise |
Modifier and Type | Method and Description |
---|---|
void |
Executor.function(Fulfill<V> fulfill,
Reject<E> reject) |
Promise<V,E> |
Promise.then(Fulfill<V> fulfill) |
Promise<V,E> |
Promise.then(Fulfill<V> fulfill,
Reject<E> reject) |
Copyright © 2019. All rights reserved.