Class/Object

swaydb

Set

Related Docs: object Set | package swaydb

Permalink

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

    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. def add(elems: Iterator[A]): BAG[OK]

    Permalink
  5. def add(elems: Iterable[A]): BAG[OK]

    Permalink
  6. def add(elems: Stream[A, BAG]): BAG[OK]

    Permalink
  7. def add(elems: A*): BAG[OK]

    Permalink
  8. def add(elem: A, expireAfter: FiniteDuration): BAG[OK]

    Permalink
  9. def add(elem: A, expireAt: Deadline): BAG[OK]

    Permalink
  10. def add(elem: A): BAG[OK]

    Permalink
  11. def applyFunction[PF <: F](elem: A, function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]

    Permalink
  12. def applyFunction[PF <: F](from: A, to: A, function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def asScala: scala.collection.mutable.Set[A]

    Permalink
  15. def clear(): BAG[OK]

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def close(): BAG[Unit]

    Permalink
  18. def commit[PF <: F](prepare: Iterable[Prepare[A, Nothing, PF]])(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]

    Permalink
  19. def commit[PF <: F](prepare: Stream[Prepare[A, Nothing, PF], BAG])(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]

    Permalink
  20. def commit[PF <: F](prepare: Prepare[A, Nothing, PF]*)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[OK]

    Permalink
  21. def contains(elem: A): BAG[Boolean]

    Permalink
  22. def delete(): BAG[Unit]

    Permalink
  23. def elemSize(elem: A): Int

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def expiration(elem: A): BAG[Option[Deadline]]

    Permalink
  26. def expire(elems: Iterator[(A, Deadline)]): BAG[OK]

    Permalink
  27. def expire(elems: Iterable[(A, Deadline)]): BAG[OK]

    Permalink
  28. def expire(elems: Stream[(A, Deadline), BAG]): BAG[OK]

    Permalink
  29. def expire(elems: (A, Deadline)*): BAG[OK]

    Permalink
  30. def expire(from: A, to: A, at: Deadline): BAG[OK]

    Permalink
  31. def expire(from: A, to: A, after: FiniteDuration): BAG[OK]

    Permalink
  32. def expire(elem: A, at: Deadline): BAG[OK]

    Permalink
  33. def expire(elem: A, after: FiniteDuration): BAG[OK]

    Permalink
  34. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def get(elem: A): BAG[Option[A]]

    Permalink
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def headOption(readState: ThreadReadState): BAG[Option[A]]

    Permalink
    Attributes
    protected
  38. def headOption: BAG[Option[A]]

    Permalink
  39. def headOrNull: BAG[A]

    Permalink
  40. def isEmpty: BAG[Boolean]

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def iterator[BAG[_]](implicit bag: Sync[BAG]): Iterator[BAG[A]]

    Permalink
  43. def lastOption: BAG[Option[A]]

    Permalink
  44. def levelMeter(levelNumber: Int): Option[LevelMeter]

    Permalink
  45. def levelZeroMeter: LevelZeroMeter

    Permalink
  46. def mightContain(elem: A): BAG[Boolean]

    Permalink
  47. def mightContainFunction[PF <: F](function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set]]): BAG[Boolean]

    Permalink
  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def nonEmpty: BAG[Boolean]

    Permalink
  50. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  52. def path: Path

    Permalink
  53. def remove(elems: Iterator[A]): BAG[OK]

    Permalink
  54. def remove(elems: Iterable[A]): BAG[OK]

    Permalink
  55. def remove(elems: Stream[A, BAG]): BAG[OK]

    Permalink
  56. def remove(elems: A*): BAG[OK]

    Permalink
  57. def remove(from: A, to: A): BAG[OK]

    Permalink
  58. def remove(elem: A): BAG[OK]

    Permalink
  59. def sizeOfBloomFilterEntries: BAG[Int]

    Permalink
  60. def sizeOfSegments: Long

    Permalink
  61. def stream: Source[A, A, BAG]

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

    Permalink
    Definition Classes
    AnyRef
  63. def timeLeft(elem: A): BAG[Option[FiniteDuration]]

    Permalink
  64. def toBag[X[_]](implicit bag: Bag[X]): Set[A, F, X]

    Permalink
  65. def toString(): String

    Permalink
    Definition Classes
    Set → AnyRef → Any
  66. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. 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 AnyRef

Inherited from Any

Ungrouped