implicit class InvoiceHTLCLens[UpperPB] extends ObjectLens[UpperPB, InvoiceHTLC]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvoiceHTLCLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InvoiceHTLCLens(_l: Lens[UpperPB, InvoiceHTLC])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: InvoiceHTLC): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def acceptHeight: Lens[UpperPB, Int]
- def acceptTime: Lens[UpperPB, Long]
- def amp: Lens[UpperPB, AMP]
- def amtMsat: Lens[UpperPB, UInt64]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def chanId: Lens[UpperPB, UInt64]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[B](other: Lens[InvoiceHTLC, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def customRecords: Lens[UpperPB, Map[UInt64, ByteString]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expiryHeight: Lens[UpperPB, Int]
- def field[A](getter: (InvoiceHTLC) => A)(setter: (InvoiceHTLC, A) => InvoiceHTLC): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[InvoiceHTLC, 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): InvoiceHTLC
- 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 htlcIndex: Lens[UpperPB, UInt64]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify(f: (InvoiceHTLC) => InvoiceHTLC): Mutation[UpperPB]
- Definition Classes
- Lens
- def mppTotalAmtMsat: Lens[UpperPB, UInt64]
- 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 optionalAmp: Lens[UpperPB, Option[AMP]]
- def resolveTime: Lens[UpperPB, Long]
- def set(c: InvoiceHTLC): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[InvoiceHTLC]): Mutation[UpperPB]
- Definition Classes
- Lens
- def state: Lens[UpperPB, InvoiceHTLCState]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[InvoiceHTLC, InvoiceHTLC]) => Mutation[InvoiceHTLC]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- 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, (InvoiceHTLC, B)]
- Definition Classes
- Lens