get

oxygen.ui.web.service.LocalStorage.get
object get

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
get.type

Members list

Value members

Concrete methods

def apply(key: String): IO[InternalDefect, String]
def json[A](key: String)(using dec: JsonDecoder[A]): IO[InternalDefect, A]
def string[A](key: String)(using dec: StringDecoder[A]): IO[InternalDefect, A]