SeqKv

com.bilalfazlani.zioMaelstrom.SeqKv
See theSeqKv companion trait
object SeqKv

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SeqKv.type

Members list

Value members

Concrete methods

def cas[Key : JsonEncoder, Value : JsonEncoder](key: Key, from: Value, to: Value, createIfNotExists: Boolean, timeout: Duration): ZIO[SeqKv, AskError, Unit]
def read[Value]: PartiallyAppliedKvRead[SeqKv, Value]
def write[Key : JsonEncoder, Value : JsonEncoder](key: Key, value: Value, timeout: Duration): ZIO[SeqKv, AskError, Unit]