KeyMapImpl

object KeyMapImpl
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final
class Entry[T <: Txn[T], Key, Value](val key: Key, val value: Value)(implicit info: ValueInfo[T, Key, Value]) extends Writable with Disposable[T]
trait ValueInfo[T <: Txn[T], Key, Value]

Implicits

Implicits

implicit
def entryFormat[T <: Txn[LazyRef(...)], Key, Value](implicit info: ValueInfo[T, Key, Value]): TFormat[T, Entry[T, Key, Value]]