CallAfterN

class CallAfterN(val fn: () -> Unit?, val count: Long)

Call the passed function after this function has been called 'count times

Constructors

Link copied to clipboard
constructor(fn: () -> Unit?, c: Int)
constructor(fn: () -> Unit?, count: Long)

Properties

Link copied to clipboard
val count: Long
Link copied to clipboard
var cur: Long
Link copied to clipboard
val fn: () -> Unit?

Functions

Link copied to clipboard
operator fun invoke()