Trait/Object

swaydb.data.util

TupleOrNone

Related Docs: object TupleOrNone | package util

Permalink

sealed trait TupleOrNone[+L, +R] extends SomeOrNoneCovariant[TupleOrNone[L, R], Some[L, R]]

Linear Supertypes
SomeOrNoneCovariant[TupleOrNone[L, R], Some[L, R]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TupleOrNone
  2. SomeOrNoneCovariant
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getC: Some[L, R]

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  2. abstract def isNoneC: Boolean

    Permalink
    Definition Classes
    SomeOrNoneCovariant

Concrete 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 equals(arg0: Any): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    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. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isSomeC: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def valueOrElseC[B](f: (Some[L, R]) ⇒ B, orElse: B): B

    Permalink
    Definition Classes
    SomeOrNoneCovariant
  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 SomeOrNoneCovariant[TupleOrNone[L, R], Some[L, R]]

Inherited from AnyRef

Inherited from Any

Ungrouped