Package io.deephaven.web.shared.fu


package io.deephaven.web.shared.fu
Copyright (c) 2016-2022 Deephaven Data Labs and Patent Pending
  • Class
    Description
    A set that internally wraps an IdentityHashMap.
    A js-friendly BiConsumer FunctionalInterface
    A js-friendly Consumer FunctionalInterface
    A js-friendly Function FunctionalInterface
    A js-friendly Supplier / Provider FunctionalInterface
    A js-friendly Runnable FunctionalInterface
     
     
    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!