Packages

implicit object Bip32PathFormats extends Format[BIP32Path]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bip32PathFormats
  2. Format
  3. Reads
  4. Writes
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def andThen[B](rb: Reads[B])(implicit witness: <:<[BIP32Path, JsValue]): Reads[B]
    Definition Classes
    Reads
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bimap[B](readsMap: (BIP32Path) => B, writesContramap: (B) => BIP32Path): Format[B]
    Definition Classes
    Format
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def collect[B](error: JsonValidationError)(f: PartialFunction[BIP32Path, B]): Reads[B]
    Definition Classes
    Reads
  9. def composeWith[B <: JsValue](rb: Reads[B]): Reads[BIP32Path]
    Definition Classes
    Reads
  10. def contramap[B](f: (B) => BIP32Path): Writes[B]
    Definition Classes
    Writes
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def filter(error: JsonValidationError)(f: (BIP32Path) => Boolean): Reads[BIP32Path]
    Definition Classes
    Reads
  14. def filter(f: (BIP32Path) => Boolean): Reads[BIP32Path]
    Definition Classes
    Reads
  15. def filterNot(error: JsonValidationError)(f: (BIP32Path) => Boolean): Reads[BIP32Path]
    Definition Classes
    Reads
  16. def filterNot(f: (BIP32Path) => Boolean): Reads[BIP32Path]
    Definition Classes
    Reads
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def flatMap[B](f: (BIP32Path) => Reads[B]): Reads[B]
    Definition Classes
    Reads
  19. def flatMapResult[B](f: (BIP32Path) => JsResult[B]): Reads[B]
    Definition Classes
    Reads
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def map[B](f: (BIP32Path) => B): Reads[B]
    Definition Classes
    Reads
  24. def narrow[B <: BIP32Path]: Writes[B]
    Definition Classes
    Writes
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def orElse(v: Reads[BIP32Path]): Reads[BIP32Path]
    Definition Classes
    Reads
  29. def preprocess(f: PartialFunction[JsValue, JsValue]): Reads[BIP32Path]
    Definition Classes
    Reads
  30. def reads(json: JsValue): JsResult[BIP32Path]
    Definition Classes
    Bip32PathFormats → Reads
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def transform(transformer: Writes[JsValue]): Writes[BIP32Path]
    Definition Classes
    Writes
  34. def transform(transformer: (JsValue) => JsValue): Writes[BIP32Path]
    Definition Classes
    Writes
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def widen[B >: BIP32Path]: Reads[B]
    Definition Classes
    Reads
  39. def writes(o: BIP32Path): JsValue
    Definition Classes
    Bip32PathFormats → Writes

Deprecated Value Members

  1. def compose[B <: JsValue](rb: Reads[B]): Reads[BIP32Path]
    Definition Classes
    Reads
    Annotations
    @deprecated
    Deprecated

    (Since version 2.7.0) Use composeWith

Inherited from Format[BIP32Path]

Inherited from Reads[BIP32Path]

Inherited from Writes[BIP32Path]

Inherited from AnyRef

Inherited from Any

Ungrouped