Packages

case class Set[A, F, BAG[_]] extends Product with Serializable

Set database API.

For documentation check - http://swaydb.io/

Self Type
Set[A, F, BAG]
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(elems: Iterator[A]): BAG[OK]
  5. def add(elems: Iterable[A]): BAG[OK]
  6. def add(elems: Stream[A, BAG]): BAG[OK]
  7. def add(elems: A*): BAG[OK]
  8. def add(elem: A, expireAfter: FiniteDuration): BAG[OK]
  9. def add(elem: A, expireAt: Deadline): BAG[OK]
  10. def add(elem: A): BAG[OK]
  11. def applyFunction[PF <: F](elem: A, function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]
  12. def applyFunction[PF <: F](from: A, to: A, function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def asScala: scala.collection.mutable.Set[A]
  15. def clear(): BAG[OK]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. def close(): BAG[Unit]
  18. def commit[PF <: F](prepare: Iterable[Prepare[A, Nothing, PF]])(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]
  19. def commit[PF <: F](prepare: Stream[Prepare[A, Nothing, PF], BAG])(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]
  20. def commit[PF <: F](prepare: Prepare[A, Nothing, PF]*)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]
  21. def contains(elem: A): BAG[Boolean]
  22. def delete(): BAG[Unit]
  23. def elemSize(elem: A): Int
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def expiration(elem: A): BAG[Option[Deadline]]
  26. def expire(elems: Iterator[(A, Deadline)]): BAG[OK]
  27. def expire(elems: Iterable[(A, Deadline)]): BAG[OK]
  28. def expire(elems: Stream[(A, Deadline), BAG]): BAG[OK]
  29. def expire(elems: (A, Deadline)*): BAG[OK]
  30. def expire(from: A, to: A, at: Deadline): BAG[OK]
  31. def expire(from: A, to: A, after: FiniteDuration): BAG[OK]
  32. def expire(elem: A, at: Deadline): BAG[OK]
  33. def expire(elem: A, after: FiniteDuration): BAG[OK]
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def get(elem: A): BAG[Option[A]]
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def headOption(readState: ThreadReadState): BAG[Option[A]]
    Attributes
    protected
  38. def headOption: BAG[Option[A]]
  39. def headOrNull: BAG[A]
  40. def isEmpty: BAG[Boolean]
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def iterator[BAG[_]](implicit bag: Sync[BAG]): Iterator[BAG[A]]
  43. def lastOption: BAG[Option[A]]
  44. def levelMeter(levelNumber: Int): Option[LevelMeter]
  45. def levelZeroMeter: LevelZeroMeter
  46. def mightContain(elem: A): BAG[Boolean]
  47. def mightContainFunction[PF <: F](function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[Boolean]
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def nonEmpty: BAG[Boolean]
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def path: Path
  53. def remove(elems: Iterator[A]): BAG[OK]
  54. def remove(elems: Iterable[A]): BAG[OK]
  55. def remove(elems: Stream[A, BAG]): BAG[OK]
  56. def remove(elems: A*): BAG[OK]
  57. def remove(from: A, to: A): BAG[OK]
  58. def remove(elem: A): BAG[OK]
  59. def sizeOfBloomFilterEntries: BAG[Int]
  60. def sizeOfSegments: Long
  61. def stream: Source[A, A, BAG]
  62. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  63. def timeLeft(elem: A): BAG[Option[FiniteDuration]]
  64. def toBag[X[_]](implicit bag: Bag[X]): Set[A, F, X]
  65. def toString(): String
    Definition Classes
    Set → AnyRef → Any
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped