Packages

c

lnrpc.ChannelUpdate

ChannelUpdateLens

implicit class ChannelUpdateLens[UpperPB] extends ObjectLens[UpperPB, ChannelUpdate]

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: ChannelUpdate): 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 baseFee: Lens[UpperPB, UInt32]
  7. def chainHash: Lens[UpperPB, ByteString]
  8. def chanId: Lens[UpperPB, UInt64]
  9. def channelFlags: Lens[UpperPB, UInt32]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compose[B](other: Lens[ChannelUpdate, 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 extraOpaqueData: Lens[UpperPB, ByteString]
  15. def feeRate: Lens[UpperPB, UInt32]
  16. def field[A](getter: (ChannelUpdate) => A)(setter: (ChannelUpdate, A) => ChannelUpdate): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  17. def field[A](lens: Lens[ChannelUpdate, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def get(u: UpperPB): ChannelUpdate
    Definition Classes
    ObjectLens → Lens
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def htlcMaximumMsat: Lens[UpperPB, UInt64]
  23. def htlcMinimumMsat: Lens[UpperPB, UInt64]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def messageFlags: Lens[UpperPB, UInt32]
  26. def modify(f: (ChannelUpdate) => ChannelUpdate): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def set(c: ChannelUpdate): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  31. def setIfDefined(aOpt: Option[ChannelUpdate]): Mutation[UpperPB]
    Definition Classes
    Lens
  32. def signature: Lens[UpperPB, ByteString]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def timeLockDelta: Lens[UpperPB, UInt32]
  35. def timestamp: Lens[UpperPB, UInt32]
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def update(ms: (Lens[ChannelUpdate, ChannelUpdate]) => Mutation[ChannelUpdate]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (ChannelUpdate, B)]
    Definition Classes
    Lens

Inherited from ObjectLens[UpperPB, ChannelUpdate]

Inherited from Lens[UpperPB, ChannelUpdate]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped