LwwKv

com.bilalfazlani.zioMaelstrom.LwwKv
See theLwwKv companion trait
object LwwKv

Attributes

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

Members list

Value members

Concrete methods

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