implicit object ByteSeqExact21_RLPSerializing extends ByteSeq[ByteSeqExact21]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteSeqExact21_RLPSerializing
- ByteSeq
- LeafElement
- RestrictedTypeRLPSerializing
- RLPSerializing
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bellyFromElement(element: Basic): Seq[Byte]
- Definition Classes
- LeafElement → RestrictedTypeRLPSerializing
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
decode(bytes: Seq[Byte]): (Failable[ByteSeqExact21], Seq[Byte])
- Definition Classes
- RLPSerializing
-
def
decodeComplete(bytes: Seq[Byte]): Failable[ByteSeqExact21]
- Definition Classes
- RLPSerializing
-
def
elementFromBelly(belly: Seq[Byte]): Element
- Definition Classes
- LeafElement → RestrictedTypeRLPSerializing
-
def
encode(rlpSerializable: ByteSeqExact21): Seq[Byte]
- Definition Classes
- RLPSerializing
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
failNotLeaf(found: Any): Failable[Nothing]
- Attributes
- protected
- Definition Classes
- RLPSerializing
-
def
failNotSeq(found: Any): Failable[Nothing]
- Attributes
- protected
- Definition Classes
- RLPSerializing
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromElement(element: Basic): Failable[ByteSeqExact21]
The element must be simplified, ie only Element.Seq and Element.ByteSeq entities.
The element must be simplified, ie only Element.Seq and Element.ByteSeq entities.
- Definition Classes
- RestrictedTypeRLPSerializing → RLPSerializing
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
throwNotByteSeq(found: Element): Nothing
- Attributes
- protected
- Definition Classes
- RestrictedTypeRLPSerializing
-
def
toElement(shield: ByteSeqExact21): Element
- Definition Classes
- RestrictedTypeRLPSerializing → RLPSerializing
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()