Pure

scala.caps.Pure
trait Pure

A marker trait that declares that all inheriting classes are "pure" in the sense that their values retain no capabilities including capabilities needed to perform effects. This has formal meaning only under capture checking.

Attributes

Source
Pure.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
In this article