NotebookDocumentFilter

langoustine.lsp.aliases$.NotebookDocumentFilter$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class S0(notebookType: String, scheme: Opt[String], pattern: Opt[String])

Value parameters

notebookType

The type of the enclosing notebook.

pattern

A glob pattern.

scheme

A Uri scheme, like file or untitled.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S0

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S0.type
case class S1(notebookType: Opt[String], scheme: String, pattern: Opt[String])

Value parameters

notebookType

The type of the enclosing notebook.

pattern

A glob pattern.

scheme

A Uri scheme, like file or untitled.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S1

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S1.type
case class S2(notebookType: Opt[String], scheme: Opt[String], pattern: String)

Value parameters

notebookType

The type of the enclosing notebook.

pattern

A glob pattern.

scheme

A Uri scheme, like file or untitled.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S2

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S2.type

Attributes

Supertypes
trait TypeTest[Any, NotebookDocumentFilter]
trait Serializable
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

inline def apply(v: S0): NotebookDocumentFilter
inline def apply(v: S1): NotebookDocumentFilter
inline def apply(v: S2): NotebookDocumentFilter

Givens

Inherited givens

Attributes

Inherited from:
aliases_NotebookDocumentFilter (hidden)

Attributes

Inherited from:
aliases_NotebookDocumentFilter (hidden)