KValueLoader

interface KValueLoader<S : Any, V>

Functions

Link copied to clipboard
abstract fun batchLoad(sources: Collection<S>): Map<S, V>
Link copied to clipboard
@NewChain
abstract fun forConnection(con: Connection): KValueLoader<S, V>
Link copied to clipboard
abstract fun load(source: S): V

Inheritors

Link copied to clipboard