Memoizable

interface Memoizable(source)

Interface for types that can provide a memoization key. This replaces the Rust trait functionality.

Functions

Link copied to clipboard
abstract fun getMemoizerKey(): Any

Returns a key that uniquely identifies this memoized instance.