libnexakotlin
Toggle table of contents
0.4.7
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
CallAfterN
Call
After
N
class
CallAfterN
(
val
fn
:
(
)
->
Unit
?
,
val
count
:
Long
)
Call the passed function after this function has been called 'count times
Members
Constructors
Call
After
N
Link copied to clipboard
constructor
(
fn
:
(
)
->
Unit
?
,
c
:
Int
)
constructor
(
fn
:
(
)
->
Unit
?
,
count
:
Long
)
Properties
count
Link copied to clipboard
val
count
:
Long
cur
Link copied to clipboard
var
cur
:
AtomicInt
fn
Link copied to clipboard
val
fn
:
(
)
->
Unit
?
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
)