caps

scala.caps$
object caps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
caps.type

Members list

Concise view

Value members

Concrete fields

val *: Any

The universal capture reference

The universal capture reference

Attributes

Extensions

Extensions

extension [T](x: T)

If argument is of type cs T, converts to type box cs T. This avoids the error that would be raised when boxing *.

If argument is of type cs T, converts to type box cs T. This avoids the error that would be raised when boxing *.

Attributes

extension [T](x: T)

If argument is of type box cs T, converts to type cs T. This avoids the error that would be raised when unboxing *.

If argument is of type box cs T, converts to type cs T. This avoids the error that would be raised when unboxing *.

Attributes