Object

swaydb.core.segment.SegmentReadState

Null

Related Doc: package SegmentReadState

Permalink

object Null extends SegmentReadStateOption with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, SegmentReadStateOption, SomeOrNone[SegmentReadStateOption, SegmentReadState], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Null
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SegmentReadStateOption
  7. SomeOrNone
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def containsS(f: SegmentReadState): Boolean

    Permalink
    Definition Classes
    SomeOrNone
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def existsS(f: (SegmentReadState) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SomeOrNone
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def flatMapOptionS[B](f: (SegmentReadState) ⇒ Option[B]): Option[B]

    Permalink
    Definition Classes
    SomeOrNone
  12. def flatMapS[B <: SegmentReadStateOption](f: (SegmentReadState) ⇒ B): SegmentReadStateOption

    Permalink
    Definition Classes
    SomeOrNone
  13. def flatMapSomeS[T2](none: T2)(f: (SegmentReadState) ⇒ T2): T2

    Permalink
    Definition Classes
    SomeOrNone
  14. def foldLeftS[B](initial: B)(f: (B, SegmentReadState) ⇒ B): B

    Permalink
    Definition Classes
    SomeOrNone
  15. def forallS(f: (SegmentReadState) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SomeOrNone
  16. def foreachS[B](f: (SegmentReadState) ⇒ B): Unit

    Permalink
    Definition Classes
    SomeOrNone
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getOrElseS[B >: SegmentReadState](other: ⇒ B): SegmentReadState

    Permalink
    Definition Classes
    SomeOrNone
  19. def getS: SegmentReadState

    Permalink
    Definition Classes
    Null → SomeOrNone
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isNoneS: Boolean

    Permalink
    Definition Classes
    Null → SomeOrNone
  22. def isSomeS: Boolean

    Permalink
    Definition Classes
    SomeOrNone
  23. def mapS[B](f: (SegmentReadState) ⇒ B): Option[B]

    Permalink
    Definition Classes
    SomeOrNone
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def noneS: SegmentReadStateOption

    Permalink
    Definition Classes
    SegmentReadStateOption → SomeOrNone
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def onSideEffectS(f: (SegmentReadStateOption) ⇒ Unit): SegmentReadStateOption

    Permalink
    Definition Classes
    SomeOrNone
  29. def onSomeSideEffectS(f: (SegmentReadState) ⇒ Unit): SegmentReadStateOption

    Permalink
    Definition Classes
    SomeOrNone
  30. def orElseS[B <: SegmentReadStateOption](other: ⇒ B): SegmentReadStateOption

    Permalink
    Definition Classes
    SomeOrNone
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toOptionS: Option[SegmentReadState]

    Permalink
    Definition Classes
    SomeOrNone
  33. def valueOrElseS[B](f: (SegmentReadState) ⇒ B, orElse: B): B

    Permalink
    Definition Classes
    SomeOrNone
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SegmentReadStateOption

Inherited from SomeOrNone[SegmentReadStateOption, SegmentReadState]

Inherited from AnyRef

Inherited from Any

Ungrouped