Files
KSpigot/docs/-k-spigot/net.axay.kspigot.runnables/then-do.md
bluefireoly 69b2e6cd17 Updated docs
2020-10-16 02:13:42 +02:00

549 B

title
title
thenDo -

//KSpigot/net.axay.kspigot.runnables/thenDo

thenDo

[jvm]
Content
fun <T, R, U> ChainedRunnablePart<T, R>.thenDo(sync: Boolean, runnable: (R) -> U): ChainedRunnablePartThen<R, U>