implicit class ChannelLens[UpperPB] extends ObjectLens[UpperPB, Channel]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChannelLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: Channel): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def active: Lens[UpperPB, Boolean]
- def aliasScids: Lens[UpperPB, Seq[UInt64]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def capacity: Lens[UpperPB, Long]
- def chanId: Lens[UpperPB, UInt64]
- def chanStatusFlags: Lens[UpperPB, String]
- def channelPoint: Lens[UpperPB, String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closeAddress: Lens[UpperPB, String]
- def commitFee: Lens[UpperPB, Long]
- def commitWeight: Lens[UpperPB, Long]
- def commitmentType: Lens[UpperPB, CommitmentType]
- def compose[B](other: Lens[Channel, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def csvDelay: Lens[UpperPB, UInt32]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def feePerKw: Lens[UpperPB, Long]
- def field[A](getter: (Channel) => A)(setter: (Channel, A) => Channel): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Channel, 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): Channel
- 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 initiator: Lens[UpperPB, Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lifetime: Lens[UpperPB, Long]
- def localBalance: Lens[UpperPB, Long]
- def localChanReserveSat: Lens[UpperPB, Long]
- def localConstraints: Lens[UpperPB, ChannelConstraints]
- def memo: Lens[UpperPB, String]
- def modify(f: (Channel) => Channel): 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 numUpdates: Lens[UpperPB, UInt64]
- def optionalLocalConstraints: Lens[UpperPB, Option[ChannelConstraints]]
- def optionalRemoteConstraints: Lens[UpperPB, Option[ChannelConstraints]]
- def peerAlias: Lens[UpperPB, String]
- def peerScidAlias: Lens[UpperPB, UInt64]
- def pendingHtlcs: Lens[UpperPB, Seq[HTLC]]
- def private: Lens[UpperPB, Boolean]
- def pushAmountSat: Lens[UpperPB, UInt64]
- def remoteBalance: Lens[UpperPB, Long]
- def remoteChanReserveSat: Lens[UpperPB, Long]
- def remoteConstraints: Lens[UpperPB, ChannelConstraints]
- def remotePubkey: Lens[UpperPB, String]
- def set(c: Channel): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Channel]): Mutation[UpperPB]
- Definition Classes
- Lens
- def staticRemoteKey: Lens[UpperPB, Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def thawHeight: Lens[UpperPB, UInt32]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def totalSatoshisReceived: Lens[UpperPB, Long]
- def totalSatoshisSent: Lens[UpperPB, Long]
- def unsettledBalance: Lens[UpperPB, Long]
- def update(ms: (Lens[Channel, Channel]) => Mutation[Channel]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def uptime: Lens[UpperPB, Long]
- 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 zeroConf: Lens[UpperPB, Boolean]
- def zeroConfConfirmedScid: Lens[UpperPB, UInt64]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Channel, B)]
- Definition Classes
- Lens