get

harness.webUI.LocalStorage$.get$
object get

Attributes

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

Members list

Type members

Classlikes

object option

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
option.type

Value members

Concrete methods

def apply(key: String): IO[Failure, String]
def encoded[A](key: String)(using evidence$1: StringDecoder[A]): IO[Failure, A]
def json[A](key: String)(using evidence$2: JsonDecoder[A]): IO[Failure, A]