implicit class GetInfoResponseLens[UpperPB] extends ObjectLens[UpperPB, GetInfoResponse]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetInfoResponseLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GetInfoResponseLens(_l: Lens[UpperPB, GetInfoResponse])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: GetInfoResponse): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alias: Lens[UpperPB, String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bestHeaderTimestamp: Lens[UpperPB, Long]
- def blockHash: Lens[UpperPB, String]
- def blockHeight: Lens[UpperPB, UInt32]
- def chains: Lens[UpperPB, Seq[Chain]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def color: Lens[UpperPB, String]
- def commitHash: Lens[UpperPB, String]
- def compose[B](other: Lens[GetInfoResponse, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def features: Lens[UpperPB, Map[UInt32, Feature]]
- def field[A](getter: (GetInfoResponse) => A)(setter: (GetInfoResponse, A) => GetInfoResponse): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[GetInfoResponse, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(u: UpperPB): GetInfoResponse
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identityPubkey: Lens[UpperPB, String]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify(f: (GetInfoResponse) => GetInfoResponse): Mutation[UpperPB]
- Definition Classes
- Lens
- 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()
- def numActiveChannels: Lens[UpperPB, UInt32]
- def numInactiveChannels: Lens[UpperPB, UInt32]
- def numPeers: Lens[UpperPB, UInt32]
- def numPendingChannels: Lens[UpperPB, UInt32]
- def requireHtlcInterceptor: Lens[UpperPB, Boolean]
- def set(c: GetInfoResponse): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[GetInfoResponse]): Mutation[UpperPB]
- Definition Classes
- Lens
- def storeFinalHtlcResolutions: Lens[UpperPB, Boolean]
- def syncedToChain: Lens[UpperPB, Boolean]
- def syncedToGraph: Lens[UpperPB, Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testnet: Lens[UpperPB, Boolean]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[GetInfoResponse, GetInfoResponse]) => Mutation[GetInfoResponse]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def uris: Lens[UpperPB, Seq[String]]
- def version: Lens[UpperPB, String]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (GetInfoResponse, B)]
- Definition Classes
- Lens