throttleTick
Throttles this function by tick
Return
throttled function
Parameters
<T>
type
supplier
target
open fun <T> throttleTick(tick: Long, @NotNull supplier: @NotNull Supplier<T>): @NotNull Supplier<T>
Throttles this function by tick
Return
throttled function
Parameters
<T>
type
tick
tick
supplier
target
Throttles this function by tick
Return
throttled function
Parameters
<T>
type
predicate
target
Throttles this function by tick
Return
throttled function
Parameters
<T>
from
<R>
return
function
target
Throttles this function by tick
Return
throttled function
Parameters
<T>
from
<R>
return
tick
tick
function
target