alsoLater

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

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

See also