Packages

c

lnrpc.InvoiceHTLC

InvoiceHTLCLens

implicit class InvoiceHTLCLens[UpperPB] extends ObjectLens[UpperPB, InvoiceHTLC]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: InvoiceHTLC): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def acceptHeight: Lens[UpperPB, Int]
  6. def acceptTime: Lens[UpperPB, Long]
  7. def amp: Lens[UpperPB, AMP]
  8. def amtMsat: Lens[UpperPB, UInt64]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def chanId: Lens[UpperPB, UInt64]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def compose[B](other: Lens[InvoiceHTLC, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  13. def customRecords: Lens[UpperPB, Map[UInt64, ByteString]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def expiryHeight: Lens[UpperPB, Int]
  17. def field[A](getter: (InvoiceHTLC) => A)(setter: (InvoiceHTLC, A) => InvoiceHTLC): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def field[A](lens: Lens[InvoiceHTLC, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. def get(u: UpperPB): InvoiceHTLC
    Definition Classes
    ObjectLens → Lens
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def htlcIndex: Lens[UpperPB, UInt64]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def modify(f: (InvoiceHTLC) => InvoiceHTLC): Mutation[UpperPB]
    Definition Classes
    Lens
  26. def mppTotalAmtMsat: Lens[UpperPB, UInt64]
  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 optionalAmp: Lens[UpperPB, Option[AMP]]
  31. def resolveTime: Lens[UpperPB, Long]
  32. def set(c: InvoiceHTLC): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  33. def setIfDefined(aOpt: Option[InvoiceHTLC]): Mutation[UpperPB]
    Definition Classes
    Lens
  34. def state: Lens[UpperPB, InvoiceHTLCState]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def update(ms: (Lens[InvoiceHTLC, InvoiceHTLC]) => Mutation[InvoiceHTLC]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (InvoiceHTLC, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, InvoiceHTLC]

Inherited from Lens[UpperPB, InvoiceHTLC]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped