Classifier

scala.caps.Classifier
trait Classifier

A marker trait for classifier capabilities that can appear in .only qualifiers. Capability classes directly extending Classifier are treated as classifier capbilities.

Classifier has a formal meaning when Capture Checking is turned on. It should not be used outside of capture checking.

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Control
class ReturnThrowable[T]
class Label[T]
class CanThrow[E]
trait Mutable
trait Read
Show all
In this article