tuulbox
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
tuulbox
functional
/
com.juul.tuulbox.functional
/
repeat
repeat
fun
<
T
>
(
T
)
->
T
.
repeat
(
count
:
Int
)
:
(
T
)
->
T
Returns a function that repeats the application of
this
times.