Exists

scala.caps.Exists
sealed trait Exists extends Capability

A trait to allow expressing existential types such as

(x: Exists) => A ->{x} B

Attributes

Source
caps.scala
Graph
Supertypes
trait Capability
class Object
trait Matchable
class Any
In this article