Package io.deephaven.web.client.api
Class LazyString
java.lang.Object
io.deephaven.web.client.api.LazyString
Useful for logging; toString calls a supplier so you can easily hide expensive toString() behind a lambda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LazyString
of
(JsProvider<Object> obj) static LazyString
static Object[]
toString()