StorageKey

oxygen.ui.web.service.LocalStorage.StorageKey
final class StorageKey[A](localStorage: LocalStorage, val key: String, encode: A => String, decode: String => Either[String, A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def find: IO[InternalDefect, Option[A]]
def get: IO[InternalDefect, A]
def remove: UIO[Unit]
def set(value: A): UIO[Unit]
def setOption(value: Option[A]): UIO[Unit]

Concrete fields

val key: String