ch.ethz.acl.passera

unsigned

package unsigned

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. unsigned
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DoubleOps extends AnyRef

  2. class FloatOps extends AnyRef

  3. class RichUInt extends AnyRef

  4. class RicherUInt extends AnyRef

  5. class SignedIntOps extends AnyRef

  6. class SignedLongOps extends AnyRef

  7. class SignedRichIntOps extends AnyRef

  8. trait SmallUInt[U <: Unsigned[U, UInt, Int]] extends Serializable with Unsigned[U, UInt, Int]

    Supertrait of UByte, UShort, UInt

  9. final case class UByte(byteValue: Byte) extends AnyVal with Serializable with SmallUInt[UByte] with Product

  10. trait UByteIsIntegral extends Integral[UByte]

  11. trait UByteOrdering extends Ordering[UByte]

  12. final class UInt extends AnyVal with Serializable with SmallUInt[UInt]

  13. trait UIntIsIntegral extends Integral[UInt]

  14. trait UIntOrdering extends Ordering[UInt]

  15. final case class ULong(longValue: Long) extends AnyVal with Serializable with Unsigned[ULong, ULong, Long] with Product

  16. trait ULongIsIntegral extends Integral[ULong]

  17. trait ULongOrdering extends Ordering[ULong]

  18. final case class UShort(shortValue: Short) extends AnyVal with Serializable with SmallUInt[UShort] with Product

  19. trait UShortIsIntegral extends Integral[UShort]

  20. trait UShortOrdering extends Ordering[UShort]

  21. trait Unsigned[U <: Unsigned[U, Promoted, SignedPromoted], Promoted <: Unsigned[_, Promoted, SignedPromoted], SignedPromoted] extends Serializable with ScalaNumericAnyConversions

Value Members

  1. object UByte extends Serializable

  2. implicit object UByteIsIntegral extends UByteIsIntegral with UByteOrdering

  3. implicit object UByteOrdering extends UByteOrdering

  4. object UInt extends Serializable

  5. implicit object UIntIsIntegral extends UIntIsIntegral with UIntOrdering

  6. implicit object UIntOrdering extends UIntOrdering

  7. object ULong extends Serializable

  8. implicit object ULongIsIntegral extends ULongIsIntegral with ULongOrdering

  9. implicit object ULongOrdering extends ULongOrdering

  10. object UShort extends Serializable

  11. implicit object UShortIsIntegral extends UShortIsIntegral with UShortOrdering

  12. implicit object UShortOrdering extends UShortOrdering

  13. implicit def doubleOps(x: Double): DoubleOps

  14. implicit def floatOps(x: Float): FloatOps

  15. implicit def richUInt(x: UInt): RichUInt

  16. implicit def richerUInt(x: UInt): RicherUInt

  17. implicit def signedIntOps(x: Int): SignedIntOps

  18. implicit def signedLongOps(x: Long): SignedLongOps

  19. implicit def signedRichIntOps(x: RichInt): SignedRichIntOps

  20. implicit def ubyte2uint(x: UByte): UInt

  21. implicit def ubyte2ulong(x: UByte): ULong

  22. implicit def uint2ulong(x: UInt): ULong

  23. implicit def ushort2uint(x: UShort): UInt

  24. implicit def ushort2ulong(x: UShort): ULong

Inherited from AnyRef

Inherited from Any

Ungrouped