Packages

c

routerrpc.SendPaymentRequest

SendPaymentRequestLens

implicit class SendPaymentRequestLens[UpperPB] extends ObjectLens[UpperPB, SendPaymentRequest]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: SendPaymentRequest): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def allowSelfPayment: Lens[UpperPB, Boolean]
  6. def amp: Lens[UpperPB, Boolean]
  7. def amt: Lens[UpperPB, Long]
  8. def amtMsat: Lens[UpperPB, Long]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def cltvLimit: Lens[UpperPB, Int]
  12. def compose[B](other: Lens[SendPaymentRequest, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  13. def dest: Lens[UpperPB, ByteString]
  14. def destCustomRecords: Lens[UpperPB, Map[Long, ByteString]]
  15. def destFeatures: Lens[UpperPB, Seq[FeatureBit]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def feeLimitMsat: Lens[UpperPB, Long]
  19. def feeLimitSat: Lens[UpperPB, Long]
  20. def field[A](getter: (SendPaymentRequest) => A)(setter: (SendPaymentRequest, A) => SendPaymentRequest): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[SendPaymentRequest, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def finalCltvDelta: Lens[UpperPB, Int]
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def get(u: UpperPB): SendPaymentRequest
    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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lastHopPubkey: Lens[UpperPB, ByteString]
  29. def maxParts: Lens[UpperPB, Int]
  30. def maxShardSizeMsat: Lens[UpperPB, Long]
  31. def modify(f: (SendPaymentRequest) => SendPaymentRequest): Mutation[UpperPB]
    Definition Classes
    Lens
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def noInflightUpdates: Lens[UpperPB, Boolean]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def outgoingChanId: Lens[UpperPB, Long]
  37. def outgoingChanIds: Lens[UpperPB, Seq[Long]]
  38. def paymentAddr: Lens[UpperPB, ByteString]
  39. def paymentHash: Lens[UpperPB, ByteString]
  40. def paymentRequest: Lens[UpperPB, String]
  41. def routeHints: Lens[UpperPB, Seq[RouteHint]]
  42. def set(c: SendPaymentRequest): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  43. def setIfDefined(aOpt: Option[SendPaymentRequest]): Mutation[UpperPB]
    Definition Classes
    Lens
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def timePref: Lens[UpperPB, Double]
  46. def timeoutSeconds: Lens[UpperPB, Int]
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def update(ms: (Lens[SendPaymentRequest, SendPaymentRequest]) => Mutation[SendPaymentRequest]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SendPaymentRequest, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, SendPaymentRequest]

Inherited from Lens[UpperPB, SendPaymentRequest]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped