Package io.deephaven.web.shared.fu
Interface JsRunnable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A js-friendly Runnable FunctionalInterface
-
Method Summary
Modifier and TypeMethodDescriptiondefault JsRunnable
andThen
(JsRunnable second) default <T> JsConsumer<T>
default JsRunnable
beforeMe
(JsRunnable second) static JsRunnable
void
run()
-
Method Details
-
doNothing
-
run
void run() -
asConsumer
-