Packages

c

lnrpc.Channel

ChannelLens

implicit class ChannelLens[UpperPB] extends ObjectLens[UpperPB, Channel]

Linear Supertypes
ObjectLens[UpperPB, Channel], Lens[UpperPB, Channel], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChannelLens(_l: Lens[UpperPB, Channel])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: Channel): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def active: Lens[UpperPB, Boolean]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def capacity: Lens[UpperPB, Long]
  8. def chanId: Lens[UpperPB, Long]
  9. def chanStatusFlags: Lens[UpperPB, String]
  10. def channelPoint: Lens[UpperPB, String]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def closeAddress: Lens[UpperPB, String]
  13. def commitFee: Lens[UpperPB, Long]
  14. def commitWeight: Lens[UpperPB, Long]
  15. def commitmentType: Lens[UpperPB, CommitmentType]
  16. def compose[B](other: Lens[Channel, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  17. def csvDelay: Lens[UpperPB, Int]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def feePerKw: Lens[UpperPB, Long]
  21. def field[A](getter: (Channel) => A)(setter: (Channel, A) => Channel): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def field[A](lens: Lens[Channel, 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): Channel
    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 initiator: Lens[UpperPB, Boolean]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def lifetime: Lens[UpperPB, Long]
  30. def localBalance: Lens[UpperPB, Long]
  31. def localChanReserveSat: Lens[UpperPB, Long]
  32. def localConstraints: Lens[UpperPB, ChannelConstraints]
  33. def modify(f: (Channel) => Channel): Mutation[UpperPB]
    Definition Classes
    Lens
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def numUpdates: Lens[UpperPB, Long]
  38. def optionalLocalConstraints: Lens[UpperPB, Option[ChannelConstraints]]
  39. def optionalRemoteConstraints: Lens[UpperPB, Option[ChannelConstraints]]
  40. def pendingHtlcs: Lens[UpperPB, Seq[HTLC]]
  41. def private: Lens[UpperPB, Boolean]
  42. def pushAmountSat: Lens[UpperPB, Long]
  43. def remoteBalance: Lens[UpperPB, Long]
  44. def remoteChanReserveSat: Lens[UpperPB, Long]
  45. def remoteConstraints: Lens[UpperPB, ChannelConstraints]
  46. def remotePubkey: Lens[UpperPB, String]
  47. def set(c: Channel): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  48. def setIfDefined(aOpt: Option[Channel]): Mutation[UpperPB]
    Definition Classes
    Lens
  49. def staticRemoteKey: Lens[UpperPB, Boolean]
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def thawHeight: Lens[UpperPB, Int]
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def totalSatoshisReceived: Lens[UpperPB, Long]
  54. def totalSatoshisSent: Lens[UpperPB, Long]
  55. def unsettledBalance: Lens[UpperPB, Long]
  56. def update(ms: (Lens[Channel, Channel]) => Mutation[Channel]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  57. def uptime: Lens[UpperPB, Long]
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Channel, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, Channel]

Inherited from Lens[UpperPB, Channel]

Inherited from AnyRef

Inherited from Any

Ungrouped