Package io.deephaven.web.shared.fu
package io.deephaven.web.shared.fu
Copyright (c) 2016-2022 Deephaven Data Labs and Patent Pending
-
ClassDescriptionA set that internally wraps an IdentityHashMap.JsBiConsumer<T1,
T2> A js-friendly BiConsumer FunctionalInterfaceJsConsumer<T>A js-friendly Consumer FunctionalInterfaceJsFunction<I,O> A js-friendly Function FunctionalInterfaceJsProvider<T>A js-friendly Supplier / Provider FunctionalInterfaceA js-friendly Runnable FunctionalInterfacePromiseLike<T>A useful interface for "promise-like" objects, (actually, our LazyPromise class), so we can expose utility functions that know how to deal with these objects, without actually putting them on the shared classpath.Like Gwt's HandlerRegistration, but future-friendly (JsFunction), dependency-free, and easier to type!