Packages

c

neutrinorpc.GetBlockHeaderResponse

GetBlockHeaderResponseLens

implicit class GetBlockHeaderResponseLens[UpperPB] extends ObjectLens[UpperPB, GetBlockHeaderResponse]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetBlockHeaderResponseLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GetBlockHeaderResponseLens(_l: Lens[UpperPB, GetBlockHeaderResponse])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: GetBlockHeaderResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bits: Lens[UpperPB, String]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def compose[B](other: Lens[GetBlockHeaderResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def confirmations: Lens[UpperPB, Long]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def field[A](getter: (GetBlockHeaderResponse) => A)(setter: (GetBlockHeaderResponse, A) => GetBlockHeaderResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[GetBlockHeaderResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def get(u: UpperPB): GetBlockHeaderResponse
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hash: Lens[UpperPB, String]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def height: Lens[UpperPB, Int]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def merkleroot: Lens[UpperPB, String]
  22. def modify(f: (GetBlockHeaderResponse) => GetBlockHeaderResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nonce: Lens[UpperPB, Int]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def ntx: Lens[UpperPB, Int]
  28. def previousBlockHash: Lens[UpperPB, String]
  29. def rawHex: Lens[UpperPB, ByteString]
  30. def set(c: GetBlockHeaderResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  31. def setIfDefined(aOpt: Option[GetBlockHeaderResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  32. def size: Lens[UpperPB, Long]
  33. def strippedSize: Lens[UpperPB, Long]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def time: Lens[UpperPB, Long]
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def update(ms: (Lens[GetBlockHeaderResponse, GetBlockHeaderResponse]) => Mutation[GetBlockHeaderResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  38. def version: Lens[UpperPB, Int]
  39. def versionHex: Lens[UpperPB, String]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def weight: Lens[UpperPB, Long]
  44. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (GetBlockHeaderResponse, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, GetBlockHeaderResponse]

Inherited from Lens[UpperPB, GetBlockHeaderResponse]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped