Package io.deephaven.web.client.fu
package io.deephaven.web.client.fu
-
ClassDescriptionUsed to get a promise that can be manually cancelled later.A place to collect utility methods for managing data in/out of javascript / handling column type information.JsIterator<T>This is part of EcmaScript 2015, documented here for completeness.Copied from elemental2, but has a concrete subclass to permit us to export it back to TS.Some shorthand utils for getting java iterables out of javascript generated iterable types.A place where we can shuffle off things we want to log for development, but not necessarily in production.A place to put things like isDevMode() property accessors.JsWeakRef<T>LazyPromise<T>Tired of needing to create annoying promise lambdas? If you want to create a promise early in a method's scope, and then configure it's handling of resolve/reject callbacks later, or in a conditional nature, than LazyPromise is for you!