kotcity4 / kotcity.memoization / kotlin.Function3

Extensions for kotlin.Function3

cache

fun <A, B, C, R> ((A, B, C) -> R).cache(cacheOptions: CacheOptions = CacheOptions()): Pair<Cache<Triple<A, B, C>, R>, (A, B, C) -> R>