SqliteStore

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def contains(k: String): IO[Boolean]
Definition Classes
override def drop(k: String): IO[Unit]
Definition Classes
override def get(k: String): IO[Option[String]]
Definition Classes
override def put(k: String, v: String): IO[String]
Definition Classes

Inherited methods

def contraFlatMapKey[K1](f: K1 => IO[String])(implicit F: Monad[IO]): KVStore[IO, K1, String, String]
Inherited from:
KVStore
def contramapKey[K1](f: K1 => String)(implicit F: Monad[IO]): KVStore[IO, K1, String, String]
Inherited from:
KVStore
def flatMapValue[V_OUT_1](f: String => IO[V_OUT_1])(implicit F: Monad[IO]): KVStore[IO, String, String, V_OUT_1]
Inherited from:
KVStore
def mapValue[V_OUT_1](f: String => V_OUT_1)(implicit F: Monad[IO]): KVStore[IO, String, String, V_OUT_1]
Inherited from:
KVStore