GetStore

final case class GetStore[K, V](defn: Sync[K, V]) extends TxnStep[RO, ObjectStore[K, V]]
trait Serializable
trait Product
trait Equals
trait TxnStep[RO, ObjectStore[K, V]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product