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 JsRunnableandThen(JsRunnable second) default <T> JsConsumer<T>default JsRunnablebeforeMe(JsRunnable second) static JsRunnablevoidrun()
-
Method Details
-
doNothing
-
run
void run() -
asConsumer
-