Packages

c

lnrpc.SendRequest

SendRequestLens

implicit class SendRequestLens[UpperPB] extends ObjectLens[UpperPB, SendRequest]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: SendRequest): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def allowSelfPayment: Lens[UpperPB, Boolean]
  6. def amt: Lens[UpperPB, Long]
  7. def amtMsat: Lens[UpperPB, Long]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def cltvLimit: Lens[UpperPB, UInt32]
  11. def compose[B](other: Lens[SendRequest, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def dest: Lens[UpperPB, ByteString]
  13. def destCustomRecords: Lens[UpperPB, Map[UInt64, ByteString]]
  14. def destFeatures: Lens[UpperPB, Seq[FeatureBit]]
  15. def destString: Lens[UpperPB, String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def feeLimit: Lens[UpperPB, FeeLimit]
  19. def field[A](getter: (SendRequest) => A)(setter: (SendRequest, A) => SendRequest): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  20. def field[A](lens: Lens[SendRequest, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def finalCltvDelta: Lens[UpperPB, Int]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. def get(u: UpperPB): SendRequest
    Definition Classes
    ObjectLens → Lens
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def lastHopPubkey: Lens[UpperPB, ByteString]
  28. def modify(f: (SendRequest) => SendRequest): Mutation[UpperPB]
    Definition Classes
    Lens
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def optionalFeeLimit: Lens[UpperPB, Option[FeeLimit]]
  33. def outgoingChanId: Lens[UpperPB, UInt64]
  34. def paymentAddr: Lens[UpperPB, ByteString]
  35. def paymentHash: Lens[UpperPB, ByteString]
  36. def paymentHashString: Lens[UpperPB, String]
  37. def paymentRequest: Lens[UpperPB, String]
  38. def set(c: SendRequest): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  39. def setIfDefined(aOpt: Option[SendRequest]): Mutation[UpperPB]
    Definition Classes
    Lens
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def update(ms: (Lens[SendRequest, SendRequest]) => Mutation[SendRequest]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SendRequest, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, SendRequest]

Inherited from Lens[UpperPB, SendRequest]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped