object Sized extends SizedLowPriority

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val AvlTreeIsSized: Sized[AvlTree]
  5. implicit val BigIntIsSized: Sized[BigInt]
  6. implicit val BooleanIsSized: Sized[Boolean]
  7. implicit val ByteIsSized: Sized[Byte]
  8. implicit val CollByteIsSized: Sized[Coll[Byte]]
  9. implicit val GroupElementIsSized: Sized[GroupElement]
  10. implicit val IntIsSized: Sized[Int]
  11. implicit val LongIsSized: Sized[Long]
  12. implicit val ShortIsSized: Sized[Short]
  13. implicit val SigmaPropIsSized: Sized[SigmaProp]
  14. val SizeAvlTree: Size[AvlTree]
  15. val SizeBigInt: Size[BigInt]
  16. val SizeBoolean: Size[Boolean]
  17. val SizeBoxBytesMax: CSizeColl[Byte]
  18. val SizeBoxBytesWithoutRefsMax: CSizeColl[Byte]
  19. val SizeByte: Size[Byte]
  20. val SizeCreationInfo: Size[(Int, Coll[Byte])]
  21. val SizeGroupElement: Size[GroupElement]
  22. val SizeHash: CSizeColl[Byte]
  23. val SizeHeader: CSizePrim[Header]
  24. val SizeInt: Size[Int]
  25. val SizeLong: Size[Long]
  26. val SizeNullValue: SizeAnyValue
  27. val SizeOfInputRefBytes: Int
  28. val SizePreHeader: CSizePrim[PreHeader]
  29. val SizePropositionBytesMax: CSizeColl[Byte]
  30. val SizeShort: Size[Short]
  31. val SizeSigmaProp: Size[SigmaProp]
  32. val SizeToken: Size[(Coll[Byte], Long)]
  33. val SizeTokenId: CSizeColl[Byte]
  34. val SizeTokensMax: CSizeColl[(Coll[Byte], Long)]
  35. implicit val anyValueIsSized: Sized[AnyValue]
  36. def apply[T](implicit sz: Sized[T]): Sized[T]
  37. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  38. implicit val boxIsSized: Sized[Box]
  39. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. implicit def collIsSized[T](implicit arg0: Sized[T]): Sized[Coll[T]]

    Sized instance for Coll[T].

    Sized instance for Coll[T]. Takes advantage of RType.isConstantSize to use ReplColl representation of Coll when all items are the same. When all elements of T are of the same size, then only single Size[T] value is created and replicated to the length of source collection xs.

    Definition Classes
    SizedLowPriority
  41. implicit val contextIsSized: Sized[Context]
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  44. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  46. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  47. implicit val headerIsSized: Sized[Header]
  48. def instance[T](f: (T) ⇒ Size[T]): Sized[T]
  49. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. implicit def optionIsSized[T](implicit arg0: Sized[T]): Sized[Option[T]]
    Definition Classes
    SizedLowPriority
  54. implicit def pairIsSized[A, B](implicit arg0: Sized[A], arg1: Sized[B]): Sized[(A, B)]
    Definition Classes
    SizedLowPriority
  55. implicit val preHeaderIsSized: Sized[PreHeader]
  56. def sizeOf[T](x: T)(implicit arg0: Sized[T]): Size[T]
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. def typeToSized[T](t: RType[T]): Sized[T]
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SizedLowPriority

Inherited from AnyRef

Inherited from Any

Ungrouped