Packages

c

lnrpc.Channel

ChannelLens

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelLens
  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 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. def aliasScids: Lens[UpperPB, Seq[UInt64]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def capacity: Lens[UpperPB, Long]
  9. def chanId: Lens[UpperPB, UInt64]
  10. def chanStatusFlags: Lens[UpperPB, String]
  11. def channelPoint: Lens[UpperPB, String]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def closeAddress: Lens[UpperPB, String]
  14. def commitFee: Lens[UpperPB, Long]
  15. def commitWeight: Lens[UpperPB, Long]
  16. def commitmentType: Lens[UpperPB, CommitmentType]
  17. def compose[B](other: Lens[Channel, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  18. def csvDelay: Lens[UpperPB, UInt32]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def feePerKw: Lens[UpperPB, Long]
  22. def field[A](getter: (Channel) => A)(setter: (Channel, A) => Channel): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  23. def field[A](lens: Lens[Channel, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. def get(u: UpperPB): Channel
    Definition Classes
    ObjectLens → Lens
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def initiator: Lens[UpperPB, Boolean]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def lifetime: Lens[UpperPB, Long]
  31. def localBalance: Lens[UpperPB, Long]
  32. def localChanReserveSat: Lens[UpperPB, Long]
  33. def localConstraints: Lens[UpperPB, ChannelConstraints]
  34. def memo: Lens[UpperPB, String]
  35. def modify(f: (Channel) => Channel): Mutation[UpperPB]
    Definition Classes
    Lens
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def numUpdates: Lens[UpperPB, UInt64]
  40. def optionalLocalConstraints: Lens[UpperPB, Option[ChannelConstraints]]
  41. def optionalRemoteConstraints: Lens[UpperPB, Option[ChannelConstraints]]
  42. def peerAlias: Lens[UpperPB, String]
  43. def peerScidAlias: Lens[UpperPB, UInt64]
  44. def pendingHtlcs: Lens[UpperPB, Seq[HTLC]]
  45. def private: Lens[UpperPB, Boolean]
  46. def pushAmountSat: Lens[UpperPB, UInt64]
  47. def remoteBalance: Lens[UpperPB, Long]
  48. def remoteChanReserveSat: Lens[UpperPB, Long]
  49. def remoteConstraints: Lens[UpperPB, ChannelConstraints]
  50. def remotePubkey: Lens[UpperPB, String]
  51. def set(c: Channel): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  52. def setIfDefined(aOpt: Option[Channel]): Mutation[UpperPB]
    Definition Classes
    Lens
  53. def staticRemoteKey: Lens[UpperPB, Boolean]
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def thawHeight: Lens[UpperPB, UInt32]
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def totalSatoshisReceived: Lens[UpperPB, Long]
  58. def totalSatoshisSent: Lens[UpperPB, Long]
  59. def unsettledBalance: Lens[UpperPB, Long]
  60. def update(ms: (Lens[Channel, Channel]) => Mutation[Channel]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  61. def uptime: Lens[UpperPB, Long]
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. def zeroConf: Lens[UpperPB, Boolean]
  66. def zeroConfConfirmedScid: Lens[UpperPB, UInt64]
  67. 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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped