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. AnyRef
  5. 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, Int]
  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[Long, 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 get(u: UpperPB): SendRequest
    Definition Classes
    ObjectLens → Lens
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def lastHopPubkey: Lens[UpperPB, ByteString]
  27. def modify(f: (SendRequest) => SendRequest): Mutation[UpperPB]
    Definition Classes
    Lens
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def optionalFeeLimit: Lens[UpperPB, Option[FeeLimit]]
  32. def outgoingChanId: Lens[UpperPB, Long]
  33. def paymentAddr: Lens[UpperPB, ByteString]
  34. def paymentHash: Lens[UpperPB, ByteString]
  35. def paymentHashString: Lens[UpperPB, String]
  36. def paymentRequest: Lens[UpperPB, String]
  37. def set(c: SendRequest): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  38. def setIfDefined(aOpt: Option[SendRequest]): Mutation[UpperPB]
    Definition Classes
    Lens
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def update(ms: (Lens[SendRequest, SendRequest]) => Mutation[SendRequest]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SendRequest, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ObjectLens[UpperPB, SendRequest]

Inherited from Lens[UpperPB, SendRequest]

Inherited from AnyRef

Inherited from Any

Ungrouped