LinKv

com.bilalfazlani.zioMaelstrom.LinKv
See theLinKv companion trait
object LinKv

Attributes

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

Members list

Value members

Concrete methods

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