Package

sigma

types

Permalink

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]

    Permalink
  2. trait Byte extends PrimView[scala.Byte]

    Permalink
  3. case class CBoolean(value: scala.Boolean) extends Boolean with Product with Serializable

    Permalink
  4. case class CByte(value: scala.Byte) extends Byte with Product with Serializable

    Permalink
  5. case class CInt(value: scala.Int) extends Int with Product with Serializable

    Permalink
  6. trait Int extends PrimView[scala.Int]

    Permalink
  7. case class PrimViewType[T, Val](classTag: ClassTag[T], tVal: RType[Val]) extends RType[T] with ViewType[T, Val] with Product with Serializable

    Permalink
  8. trait ViewType[T, Val] extends RType[T]

    Permalink

Value Members

  1. object IsPrimView

    Permalink
  2. object View

    Permalink
  3. implicit val booleanRType: RType[Boolean]

    Permalink
  4. implicit val byteRType: RType[Byte]

    Permalink
  5. implicit val intRType: RType[Int]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped