langoustine.lsp.runtime

Members list

Type members

Classlikes

object DocumentUri

Attributes

Source
runtime.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Uri

Attributes

Source
runtime.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Uri.type
object uinteger

Attributes

Source
runtime.scala
Supertypes
class Object
trait Matchable
class Any
Self type
uinteger.type

Types

opaque type DocumentUri

Attributes

Source
runtime.scala
opaque type Uri

Attributes

Source
runtime.scala
opaque type uinteger

Attributes

Source
runtime.scala

Deprecated types

type Opt[+A] = Option[A]

Attributes

Deprecated
[Since version 0.1.0] Opt no longer exists in Langoustine - use Option instead. This alias is left for convenience and will be removed in 0.1.0
Source
Opt.scala

Value members

Deprecated fields

val Opt: Option.type

Attributes

Deprecated
[Since version 0.1.0] Opt no longer exists in Langoustine - use Option instead. This forwarder is left for convenience and will be removed in 0.1.0
Source
Opt.scala

Extensions

Deprecated extensions

extension [A](o: Opt.type)
inline def fromOption(opt: Option[A]): Option[A]

Attributes

Deprecated
[Since version 0.1.0] Opt no longer exists in Langoustine - use Option instead. This forwarder is left for convenience and will be removed in 0.1.0
Source
Opt.scala
extension [A](o: Option[A])
inline def toOption: Option[A]

Attributes

Deprecated
[Since version 0.1.0] Opt no longer exists in Langoustine - use Option instead. This forwarder is left for convenience and will be removed in 0.1.0
Source
Opt.scala