implicit class BatchOpenChannelLens[UpperPB] extends ObjectLens[UpperPB, BatchOpenChannel]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BatchOpenChannelLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BatchOpenChannelLens(_l: Lens[UpperPB, BatchOpenChannel])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: BatchOpenChannel): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def baseFee: Lens[UpperPB, UInt64]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def closeAddress: Lens[UpperPB, String]
- def commitmentType: Lens[UpperPB, CommitmentType]
- def compose[B](other: Lens[BatchOpenChannel, 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 feeRate: Lens[UpperPB, UInt64]
- def field[A](getter: (BatchOpenChannel) => A)(setter: (BatchOpenChannel, A) => BatchOpenChannel): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[BatchOpenChannel, 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): BatchOpenChannel
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localFundingAmount: Lens[UpperPB, Long]
- def maxLocalCsv: Lens[UpperPB, UInt32]
- def memo: Lens[UpperPB, String]
- def minHtlcMsat: Lens[UpperPB, Long]
- def modify(f: (BatchOpenChannel) => BatchOpenChannel): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nodePubkey: Lens[UpperPB, ByteString]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pendingChanId: Lens[UpperPB, ByteString]
- def private: Lens[UpperPB, Boolean]
- def pushSat: Lens[UpperPB, Long]
- def remoteChanReserveSat: Lens[UpperPB, UInt64]
- def remoteCsvDelay: Lens[UpperPB, UInt32]
- def remoteMaxHtlcs: Lens[UpperPB, UInt32]
- def remoteMaxValueInFlightMsat: Lens[UpperPB, UInt64]
- def scidAlias: Lens[UpperPB, Boolean]
- def set(c: BatchOpenChannel): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[BatchOpenChannel]): Mutation[UpperPB]
- Definition Classes
- Lens
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[BatchOpenChannel, BatchOpenChannel]) => Mutation[BatchOpenChannel]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def useBaseFee: Lens[UpperPB, Boolean]
- def useFeeRate: Lens[UpperPB, Boolean]
- 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 zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (BatchOpenChannel, B)]
- Definition Classes
- Lens