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

Element

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Basic extends Element

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

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

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

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

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

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

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Byte0: Byte

  7. object ByteSeq extends Serializable

  8. val EmptyByteSeq: ByteSeq

  9. val EmptySeq: Seq

  10. object Seq extends Serializable

  11. final def asInstanceOf[T0]: T0

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

  13. def clone(): AnyRef

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

    returns

    a pair, decoded Element and unconsumed bytes

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

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

  17. final def eq(arg0: AnyRef): Boolean

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

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

    Strings can be empty, other empty sequences interpreted as structure

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

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

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

  23. final def isInstanceOf[T0]: Boolean

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

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

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

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

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

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

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

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

  33. def scalarBytes(b: Byte): Array[Byte]

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    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