toggle menu
0.4.9
androidJvm
switch theme
search in API
Command
/
com.amarcolini.joos.command
/
Command
/
then
then
infix
fun
then
(
other
:
Command
)
:
SequentialCommand
Adds a command to run after this one.
infix
fun
then
(
runnable
:
Runnable
)
:
SequentialCommand
Adds a runnable to run after this one.