ApiDelegate

class ApiDelegate<T : Any, R : ApiCacheHolder>(val factory: (R) -> T)

Constructors

Link copied to clipboard
constructor(factory: (R) -> T)

Properties

Link copied to clipboard
val factory: (R) -> T

Functions

Link copied to clipboard
operator fun getValue(thisRef: R, property: KProperty<*>): T