find

oxygen.ui.web.service.LocalStorage.find
object find

Attributes

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

Members list

Value members

Concrete methods

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