inline fun Timer.schedule( delay: Long, crossinline action: TimerTask.() -> Unit ): TimerTask
inline fun Timer.schedule( time: Date, crossinline action: TimerTask.() -> Unit ): TimerTask
inline fun Timer.schedule( delay: Long, period: Long, crossinline action: TimerTask.() -> Unit ): TimerTask
inline fun Timer.schedule( time: Date, period: Long, crossinline action: TimerTask.() -> Unit ): TimerTask
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.concurrent/java.util.-timer/schedule.html