Package io.deephaven.web.client.api
Class JsLazy<T>
java.lang.Object
io.deephaven.web.client.api.JsLazy<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
boolean
static <T> JsLazy<T>
of
(JsLazy.LazyProvider<T> factory) static <A1,
A2, T> JsLazy<T> of
(BiFunction<A1, A2, T> factory, A1 arg1, A2 arg2) static <A1,
T> JsLazy<T> static <T> JsLazy<T>
of
(T value)
-
Constructor Details
-
JsLazy
-
-
Method Details
-
get
-
isAvailable
public boolean isAvailable() -
of
-
of
-
of
-
of
-