toggle menu
kresil
0.0.1
common
switch theme
search in API
kresil-lib
/
kresil.retry
/
Retry
/
decorateFunction
decorate
Function
inline
fun
<
A
,
R
>
decorateFunction
(
crossinline
block
:
Function
<
A
,
R
>
)
:
Function
<
A
,
R
?
>
(
source
)
Decorates a
Function
with this retry mechanism.
Parameters
block
The operation to decorate and execute later.
See also
Retry.
decorate
Supplier
Retry.
decorate
Bi
Function