implicit class ForceClosedChannelLens[UpperPB] extends ObjectLens[UpperPB, ForceClosedChannel]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: ForceClosedChannel): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def anchor: Lens[UpperPB, AnchorState]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def blocksTilMaturity: Lens[UpperPB, Int]
  8. def channel: Lens[UpperPB, PendingChannel]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def closingTxid: Lens[UpperPB, String]
  11. def compose[B](other: Lens[ForceClosedChannel, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (ForceClosedChannel) => A)(setter: (ForceClosedChannel, A) => ForceClosedChannel): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[ForceClosedChannel, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def get(u: UpperPB): ForceClosedChannel
    Definition Classes
    ObjectLens → Lens
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def limboBalance: Lens[UpperPB, Long]
  22. def maturityHeight: Lens[UpperPB, UInt32]
  23. def modify(f: (ForceClosedChannel) => ForceClosedChannel): Mutation[UpperPB]
    Definition Classes
    Lens
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def optionalChannel: Lens[UpperPB, Option[PendingChannel]]
  28. def pendingHtlcs: Lens[UpperPB, Seq[PendingHTLC]]
  29. def recoveredBalance: Lens[UpperPB, Long]
  30. def set(c: ForceClosedChannel): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  31. def setIfDefined(aOpt: Option[ForceClosedChannel]): Mutation[UpperPB]
    Definition Classes
    Lens
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def update(ms: (Lens[ForceClosedChannel, ForceClosedChannel]) => Mutation[ForceClosedChannel]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (ForceClosedChannel, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, ForceClosedChannel]

Inherited from Lens[UpperPB, ForceClosedChannel]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped