applyLater

inline fun <T> T.applyLater(crossinline block: T.() -> Unit): T

Calls the specified function block with this value as its receiver and returns this value in JavaFX thread.

See also