Packages

c

lnrpc.GetInfoResponse

GetInfoResponseLens

implicit class GetInfoResponseLens[UpperPB] extends ObjectLens[UpperPB, GetInfoResponse]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetInfoResponseLens
  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 GetInfoResponseLens(_l: Lens[UpperPB, GetInfoResponse])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: GetInfoResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def alias: Lens[UpperPB, String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bestHeaderTimestamp: Lens[UpperPB, Long]
  8. def blockHash: Lens[UpperPB, String]
  9. def blockHeight: Lens[UpperPB, UInt32]
  10. def chains: Lens[UpperPB, Seq[Chain]]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def color: Lens[UpperPB, String]
  13. def commitHash: Lens[UpperPB, String]
  14. def compose[B](other: Lens[GetInfoResponse, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def features: Lens[UpperPB, Map[UInt32, Feature]]
  18. def field[A](getter: (GetInfoResponse) => A)(setter: (GetInfoResponse, A) => GetInfoResponse): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def field[A](lens: Lens[GetInfoResponse, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def get(u: UpperPB): GetInfoResponse
    Definition Classes
    ObjectLens → Lens
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def identityPubkey: Lens[UpperPB, String]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def modify(f: (GetInfoResponse) => GetInfoResponse): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def numActiveChannels: Lens[UpperPB, UInt32]
  31. def numInactiveChannels: Lens[UpperPB, UInt32]
  32. def numPeers: Lens[UpperPB, UInt32]
  33. def numPendingChannels: Lens[UpperPB, UInt32]
  34. def requireHtlcInterceptor: Lens[UpperPB, Boolean]
  35. def set(c: GetInfoResponse): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  36. def setIfDefined(aOpt: Option[GetInfoResponse]): Mutation[UpperPB]
    Definition Classes
    Lens
  37. def storeFinalHtlcResolutions: Lens[UpperPB, Boolean]
  38. def syncedToChain: Lens[UpperPB, Boolean]
  39. def syncedToGraph: Lens[UpperPB, Boolean]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def testnet: Lens[UpperPB, Boolean]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def update(ms: (Lens[GetInfoResponse, GetInfoResponse]) => Mutation[GetInfoResponse]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  44. def uris: Lens[UpperPB, Seq[String]]
  45. def version: Lens[UpperPB, String]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (GetInfoResponse, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, GetInfoResponse]

Inherited from Lens[UpperPB, GetInfoResponse]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped