unsafe
scala.caps$.unsafe$
object unsafe
Attributes
- Source
- caps.scala
- Graph
-
- Supertypes
- Self type
-
unsafe.type
Members list
In this article
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 *
.
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 *
.
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 *
.