Contains

scala.caps.Contains
See theContains companion object
sealed trait Contains[+C^, R <: Singleton]

A type constraint expressing that the capture set C needs to contain the capability R

Type parameters

C

the capture set that must contain the capability R

R

the singleton type of the capability that must be present in C

Attributes

Companion
object
Experimental
true
Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
In this article