option

harness.webUI.LocalStorage$.set$.option$
object option

Behavior: Some(_) -> set None -> remove

Attributes

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

Members list

Value members

Concrete methods

def apply(key: String, value: Option[String]): IO[Failure, Unit]
def encoded[A](key: String, value: Option[A])(using evidence$7: StringEncoder[A]): IO[Failure, Unit]
def json[A](key: String, value: Option[A])(using evidence$8: JsonEncoder[A]): IO[Failure, Unit]