toggle menu
libnexakotlin
0.3.5
common
switch theme
search in API
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
:
Long
fn
Link copied to clipboard
val
fn
:
(
)
->
Unit
?
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
)