Object/Trait

com.mchange.sc.v1.consuela.ethereum.encoding.RLP

Element

Related Docs: trait Element | package RLP

Permalink

object Element

Elements are now formally immutable.

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

Type Members

  1. sealed trait Basic extends Element

    Permalink
  2. final case class ByteSeq(bytes: scala.collection.immutable.Seq[Byte]) extends Basic with Product with Serializable

    Permalink
  3. final case class Seq(seq: scala.collection.immutable.Seq[Element]) extends Basic with Product with Serializable

    Permalink
  4. final case class UnsignedBigInt(value: BigInt) extends Element with Product with Serializable

    Permalink
  5. final case class UnsignedByte(value: Byte) extends Element with Product with Serializable

    Permalink
  6. final case class UnsignedInt(value: Int) extends Element with Product with Serializable

    Permalink
  7. final case class UnsignedLong(value: Long) extends Element with Product with Serializable

    Permalink
  8. final case class UnsignedShort(value: Short) extends Element with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Byte0: Byte

    Permalink
  5. object ByteSeq extends Serializable

    Permalink
  6. val EmptyByteSeq: ByteSeq

    Permalink
  7. val EmptySeq: Seq

    Permalink
  8. object Seq extends Serializable

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def byteFromScalarBytes(truncatedByte: scala.Seq[Byte]): Byte

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def decode(bytes: scala.Seq[Byte]): (Basic, scala.Seq[Byte])

    Permalink

    returns

    a pair, decoded Element and unconsumed bytes

  13. def decodeComplete(bytes: scala.Seq[Byte]): Basic

    Permalink
  14. def encode(element: Element): scala.collection.immutable.Seq[Byte]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def fastElementWithStrings(obj: Any, charset: Charset): Option[Element]

    Permalink

    Strings can be empty, other empty sequences interpreted as structure

  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def intFromScalarBytes(truncatedIntBytes: scala.Seq[Byte]): Int

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def longFromScalarBytes(truncatedLongBytes: scala.Seq[Byte]): Long

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def sameBytes(a: Element, b: Element): Boolean

    Permalink
  27. def scalarBytes(bi: BigInt): Array[Byte]

    Permalink
  28. def scalarBytes(l: Long): Array[Byte]

    Permalink
  29. def scalarBytes(i: Int): Array[Byte]

    Permalink
  30. def scalarBytes(s: Short): Array[Byte]

    Permalink
  31. def scalarBytes(b: Byte): Array[Byte]

    Permalink
  32. def shortFromScalarBytes(truncatedShortBytes: scala.Seq[Byte]): Short

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped