Packages

c

lnrpc.ChanPointShim

ChanPointShimLens

implicit class ChanPointShimLens[UpperPB] extends ObjectLens[UpperPB, ChanPointShim]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: ChanPointShim): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def amt: Lens[UpperPB, Long]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def chanPoint: Lens[UpperPB, ChannelPoint]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compose[B](other: Lens[ChanPointShim, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def field[A](getter: (ChanPointShim) => A)(setter: (ChanPointShim, A) => ChanPointShim): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def field[A](lens: Lens[ChanPointShim, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def get(u: UpperPB): ChanPointShim
    Definition Classes
    ObjectLens → Lens
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def localKey: Lens[UpperPB, KeyDescriptor]
  20. def modify(f: (ChanPointShim) => ChanPointShim): Mutation[UpperPB]
    Definition Classes
    Lens
  21. def musig2: Lens[UpperPB, Boolean]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def optionalChanPoint: Lens[UpperPB, Option[ChannelPoint]]
  26. def optionalLocalKey: Lens[UpperPB, Option[KeyDescriptor]]
  27. def pendingChanId: Lens[UpperPB, ByteString]
  28. def remoteKey: Lens[UpperPB, ByteString]
  29. def set(c: ChanPointShim): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  30. def setIfDefined(aOpt: Option[ChanPointShim]): Mutation[UpperPB]
    Definition Classes
    Lens
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def thawHeight: Lens[UpperPB, UInt32]
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def update(ms: (Lens[ChanPointShim, ChanPointShim]) => Mutation[ChanPointShim]*): 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, (ChanPointShim, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, ChanPointShim]

Inherited from Lens[UpperPB, ChanPointShim]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped