toggle menu
KAHelpers
androidJvm
switch theme
search in API
dataStructuresAndAlgorithms
/
dev.funkymuse.datastructuresandalgorithms.memoization
Package-level
declarations
Types
Functions
Types
Memoize
Link copied to clipboard
class
Memoize
<
in
T
,
out
R
>
(
val
function
:
(
type
:
T
)
->
R
)
:
Function1
<
T
,
R
>
Functions
memoize
Link copied to clipboard
fun
<
T
,
R
>
(
T
)
->
R
.
memoize
(
)
:
(
T
)
->
R