Packages

p

sigma

types

package types

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Boolean extends PrimView[scala.Boolean]
  2. trait Byte extends PrimView[scala.Byte]
  3. case class CBoolean(value: scala.Boolean) extends Boolean with Product with Serializable
  4. case class CByte(value: scala.Byte) extends Byte with Product with Serializable
  5. case class CInt(value: scala.Int) extends Int with Product with Serializable
  6. trait Int extends PrimView[scala.Int]
  7. case class PrimViewType[T, Val](classTag: ClassTag[T], tVal: RType[Val]) extends RType[T] with ViewType[T, Val] with Product with Serializable
  8. trait ViewType[T, Val] extends RType[T]

Value Members

  1. implicit val booleanRType: RType[Boolean]
  2. implicit val byteRType: RType[Byte]
  3. implicit val intRType: RType[Int]
  4. object IsPrimView
  5. object View

Inherited from AnyRef

Inherited from Any

Ungrouped