Object/Class

com.mchange.sc.v1.consuela.ethereum.specification.Types

ByteSeqExact22

Related Docs: class ByteSeqExact22 | package Types

Permalink

object ByteSeqExact22 extends ExactLength[ByteSeqExact22]

Linear Supertypes
ExactLength[ByteSeqExact22], RestrictedByteSeq[ByteSeqExact22], RestrictedType[ToByteSeq.type, Seq[Byte], ByteSeqExact22], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteSeqExact22
  2. ExactLength
  3. RestrictedByteSeq
  4. RestrictedType
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 RequiredLength: Int

    Permalink
    Definition Classes
    ExactLength
  5. implicit object WidenConverter extends Converter[SEARCHME, SHIELD, BELLY]

    Permalink
    Definition Classes
    RestrictedType
  6. final def apply(b: Seq[Byte]): ByteSeqExact22

    Permalink
    Definition Classes
    RestrictedType
  7. final def apply[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): ByteSeqExact22

    Permalink
    Definition Classes
    RestrictedType
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def assert(b: Seq[Byte]): ByteSeqExact22

    Permalink
    Definition Classes
    RestrictedType
  10. final def assert[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): ByteSeqExact22

    Permalink
    Definition Classes
    RestrictedType
  11. def badValueMessage(a: Any): String

    Permalink
    Definition Classes
    RestrictedType
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def contains(seq: Seq[Byte]): Boolean

    Permalink
    Definition Classes
    ExactLength → RestrictedType
  14. def contains[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  15. def create(value: Seq[Byte]): ByteSeqExact22

    Permalink
    Attributes
    protected
    Definition Classes
    ByteSeqExact22 → RestrictedType
  16. final def elem_!:[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  17. final def elem_!:(b: Seq[Byte]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  18. final def elem_:[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  19. final def elem_:(b: Seq[Byte]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mathRep: String

    Permalink
    Definition Classes
    ExactLength → RestrictedType
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def notMemberMessage(a: Any): String

    Permalink
    Definition Classes
    RestrictedType
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def pretransform(b: Seq[Byte]): Seq[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    RestrictedType
  31. val simpleName: String

    Permalink
    Definition Classes
    RestrictedType
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    RestrictedType → AnyRef → Any
  34. def unapply(s: ByteSeqExact22): Option[Seq[Byte]]

    Permalink
    Definition Classes
    RestrictedType
  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( ... )
  38. final def ∈!:[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  39. final def ∈!:(b: Seq[Byte]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  40. final def ∈:[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  41. final def ∈:(b: Seq[Byte]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  42. final def ∉:[T](xb: T)(implicit converter: Converter[ToByteSeq.type, T, Seq[Byte]]): Boolean

    Permalink
    Definition Classes
    RestrictedType
  43. final def ∉:(b: Seq[Byte]): Boolean

    Permalink
    Definition Classes
    RestrictedType

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 ExactLength[ByteSeqExact22]

Inherited from RestrictedByteSeq[ByteSeqExact22]

Inherited from RestrictedType[ToByteSeq.type, Seq[Byte], ByteSeqExact22]

Inherited from AnyRef

Inherited from Any

Ungrouped