Class

swaydb.data.util.TupleOrNone

Some

Related Doc: package TupleOrNone

Permalink

case class Some[+L, +R](left: L, right: R) extends TupleOrNone[L, R] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TupleOrNone[L, R], SomeOrNoneCovariant[TupleOrNone[L, R], Some[L, R]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Some
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TupleOrNone
  7. SomeOrNoneCovariant
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Some(left: L, right: R)

    Permalink

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 containsC[B >: Some[L, R]](f: B): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  8. def existsC(f: (Some[L, R]) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def flatMapC[B >: TupleOrNone[L, R]](f: (Some[L, R]) ⇒ B): TupleOrNone[L, R]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  11. def flatMapOptionC[B](f: (Some[L, R]) ⇒ Option[B]): Option[B]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  12. def flatMapSomeC[T2](none: T2)(f: (Some[L, R]) ⇒ T2): T2

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  13. def foldLeftC[B](initial: B)(f: (B, Some[L, R]) ⇒ B): B

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  14. def forallC(f: (Some[L, R]) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  15. def foreachC[B](f: (Some[L, R]) ⇒ B): Unit

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  16. def getC: Some[L, R]

    Permalink
    Definition Classes
    Some → SomeOrNoneCovariant
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getOrElseC[B >: Some[L, R]](other: ⇒ B): Some[L, R]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isNoneC: Boolean

    Permalink
    Definition Classes
    Some → SomeOrNoneCovariant
  21. def isSomeC: Boolean

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  22. val left: L

    Permalink
  23. def mapC[B](f: (Some[L, R]) ⇒ B): Option[B]

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

    Permalink
    Definition Classes
    AnyRef
  25. def noneC: TupleOrNone[Nothing, Nothing]

    Permalink
    Definition Classes
    TupleOrNone → SomeOrNoneCovariant
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def onSideEffectC(f: (TupleOrNone[L, R]) ⇒ Unit): TupleOrNone[L, R]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  29. def onSomeSideEffectC(f: (Some[L, R]) ⇒ Unit): TupleOrNone[L, R]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  30. def orElseC[B >: TupleOrNone[L, R]](other: ⇒ B): TupleOrNone[L, R]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  31. val right: R

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toOptionC: Option[Some[L, R]]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  34. def valueOrElseC[B](f: (Some[L, R]) ⇒ B, orElse: B): B

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  35. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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 TupleOrNone[L, R]

Inherited from SomeOrNoneCovariant[TupleOrNone[L, R], Some[L, R]]

Inherited from AnyRef

Inherited from Any

Ungrouped