Packages

implicit class SequencerPruningStatusLens[UpperPB] extends ObjectLens[UpperPB, SequencerPruningStatus]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SequencerPruningStatusLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SequencerPruningStatusLens(_l: Lens[UpperPB, SequencerPruningStatus])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: SequencerPruningStatus): 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def compose[B](other: Lens[SequencerPruningStatus, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  8. def earliestEventTimestamp: Lens[UpperPB, Timestamp]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def field[A](getter: (SequencerPruningStatus) => A)(setter: (SequencerPruningStatus, A) => SequencerPruningStatus): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  12. def field[A](lens: Lens[SequencerPruningStatus, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  13. def get(u: UpperPB): SequencerPruningStatus
    Definition Classes
    ObjectLens → Lens
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def members: Lens[UpperPB, Seq[SequencerMemberStatus]]
  18. def modify(f: (SequencerPruningStatus) => SequencerPruningStatus): Mutation[UpperPB]
    Definition Classes
    Lens
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def now: Lens[UpperPB, Timestamp]
  23. def optionalEarliestEventTimestamp: Lens[UpperPB, Option[Timestamp]]
  24. def optionalNow: Lens[UpperPB, Option[Timestamp]]
  25. def set(c: SequencerPruningStatus): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  26. def setIfDefined(aOpt: Option[SequencerPruningStatus]): Mutation[UpperPB]
    Definition Classes
    Lens
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def update(ms: (Lens[SequencerPruningStatus, SequencerPruningStatus]) => Mutation[SequencerPruningStatus]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (SequencerPruningStatus, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ObjectLens[UpperPB, SequencerPruningStatus]

Inherited from Lens[UpperPB, SequencerPruningStatus]

Inherited from AnyRef

Inherited from Any

Ungrouped