Opt

langoustine.lsp.runtime.runtime$package$.Opt$
object Opt

Attributes

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

Members list

Concise view

Value members

Concrete methods

inline def apply[A](a: A): Opt[A]
inline def empty: Opt[Nothing]

Givens

Givens

given given_CanEqual_Opt_Null[A]: CanEqual[Opt[A], Null]
given given_Reader_Opt[A](using rd: Reader[A]): Reader[Opt[A]]
given given_Writer_Opt[A](using wt: Writer[A]): Writer[Opt[A]]