option

harness.webUI.LocalStorage$.get$.option$
object option

Attributes

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

Members list

Value members

Concrete methods

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