Packages

c

lnrpc.Invoice

InvoiceLens

implicit class InvoiceLens[UpperPB] extends ObjectLens[UpperPB, Invoice]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Invoice): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addIndex: Lens[UpperPB, UInt64]
  6. def ampInvoiceState: Lens[UpperPB, Map[String, AMPInvoiceState]]
  7. def amtPaid: Lens[UpperPB, Long]
  8. def amtPaidMsat: Lens[UpperPB, Long]
  9. def amtPaidSat: Lens[UpperPB, Long]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def cltvExpiry: Lens[UpperPB, UInt64]
  13. def compose[B](other: Lens[Invoice, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  14. def creationDate: Lens[UpperPB, Long]
  15. def descriptionHash: Lens[UpperPB, ByteString]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def expiry: Lens[UpperPB, Long]
  19. def fallbackAddr: Lens[UpperPB, String]
  20. def features: Lens[UpperPB, Map[UInt32, Feature]]
  21. def field[A](getter: (Invoice) => A)(setter: (Invoice, A) => Invoice): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def field[A](lens: Lens[Invoice, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def get(u: UpperPB): Invoice
    Definition Classes
    ObjectLens → Lens
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def htlcs: Lens[UpperPB, Seq[InvoiceHTLC]]
  28. def isAmp: Lens[UpperPB, Boolean]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isKeysend: Lens[UpperPB, Boolean]
  31. def memo: Lens[UpperPB, String]
  32. def modify(f: (Invoice) => Invoice): Mutation[UpperPB]
    Definition Classes
    Lens
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def paymentAddr: Lens[UpperPB, ByteString]
  37. def paymentRequest: Lens[UpperPB, String]
  38. def private: Lens[UpperPB, Boolean]
  39. def rHash: Lens[UpperPB, ByteString]
  40. def rPreimage: Lens[UpperPB, ByteString]
  41. def routeHints: Lens[UpperPB, Seq[RouteHint]]
  42. def set(c: Invoice): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  43. def setIfDefined(aOpt: Option[Invoice]): Mutation[UpperPB]
    Definition Classes
    Lens
  44. def settleDate: Lens[UpperPB, Long]
  45. def settleIndex: Lens[UpperPB, UInt64]
  46. def settled: Lens[UpperPB, Boolean]
  47. def state: Lens[UpperPB, InvoiceState]
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def update(ms: (Lens[Invoice, Invoice]) => Mutation[Invoice]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  51. def value: Lens[UpperPB, Long]
  52. def valueMsat: Lens[UpperPB, Long]
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Invoice, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Invoice]

Inherited from Lens[UpperPB, Invoice]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped