Packages

c

lnrpc.PayReq

PayReqLens

implicit class PayReqLens[UpperPB] extends ObjectLens[UpperPB, PayReq]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: PayReq): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def cltvExpiry: Lens[UpperPB, Long]
  8. def compose[B](other: Lens[PayReq, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  9. def description: Lens[UpperPB, String]
  10. def descriptionHash: Lens[UpperPB, String]
  11. def destination: Lens[UpperPB, String]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def expiry: Lens[UpperPB, Long]
  15. def fallbackAddr: Lens[UpperPB, String]
  16. def features: Lens[UpperPB, Map[UInt32, Feature]]
  17. def field[A](getter: (PayReq) => A)(setter: (PayReq, A) => PayReq): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def field[A](lens: Lens[PayReq, 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): PayReq
    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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def modify(f: (PayReq) => PayReq): Mutation[UpperPB]
    Definition Classes
    Lens
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def numMsat: Lens[UpperPB, Long]
  29. def numSatoshis: Lens[UpperPB, Long]
  30. def paymentAddr: Lens[UpperPB, ByteString]
  31. def paymentHash: Lens[UpperPB, String]
  32. def routeHints: Lens[UpperPB, Seq[RouteHint]]
  33. def set(c: PayReq): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  34. def setIfDefined(aOpt: Option[PayReq]): Mutation[UpperPB]
    Definition Classes
    Lens
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def timestamp: Lens[UpperPB, Long]
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def update(ms: (Lens[PayReq, PayReq]) => Mutation[PayReq]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (PayReq, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, PayReq]

Inherited from Lens[UpperPB, PayReq]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped