Packages

case class Set[A, F](_asScala: swaydb.Set[A, _, Less]) extends Product with Serializable

Set database API.

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

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Set(_asScala: swaydb.Set[A, _, Less])

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]): OK
  5. def add(elems: Stream[A]): OK
  6. def add(elems: Iterable[A]): OK
  7. def add(elem: A, expireAfter: Duration): OK
  8. def add(elem: A): OK
  9. def after(key: A): Set[A, F]
  10. def applyFunction(elem: A, function: F): OK
  11. def applyFunction(from: A, to: A, function: F): OK
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def asJava: java.util.Set[A]
  14. val asScala: swaydb.Set[A, OnKey[A, Nothing, Apply.Set[Nothing]], Less]
  15. implicit val bag: Sync[Less]
  16. def before(key: A): Set[A, F]
  17. def clear(): OK
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  19. def close(): Unit
  20. def commit[P <: Prepare.Set[A, F]](prepare: Iterator[P]): OK
  21. def commit[P <: Prepare.Set[A, F]](prepare: Stream[P]): OK
  22. def commit[P <: Prepare.Set[A, F]](prepare: Iterable[P]): OK
  23. def contains(elem: A): Boolean
  24. def delete(): Unit
  25. def elemSize(elem: A): Int
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. implicit val exceptionHandler: Throwable.type
  28. def expiration(elem: A): Optional[Deadline]
  29. def expire(elems: Iterator[Pair[A, Duration]]): OK
  30. def expire(elems: Stream[Pair[A, Duration]]): OK
  31. def expire(elems: Iterable[Pair[A, Duration]]): OK
  32. def expire(from: A, to: A, after: Duration): OK
  33. def expire(elem: A, after: Duration): OK
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  35. def from(key: A): Set[A, F]
  36. def fromOrAfter(key: A): Set[A, F]
  37. def fromOrBefore(key: A): Set[A, F]
  38. def get(elem: A): Optional[A]
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def headOptional: Optional[A]
  41. def isEmpty: Boolean
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def iterator: Iterator[A]
  44. def lastOptional: Optional[A]
  45. def levelMeter(levelNumber: Int): Optional[LevelMeter]
  46. def levelZeroMeter: LevelZeroMeter
  47. def mightContain(elem: A): Boolean
  48. def mightContainFunction(function: F): Boolean
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def nonEmpty: Boolean
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. def path: Path
  54. def productElementNames: Iterator[String]
    Definition Classes
    Product
  55. def remove(elems: Iterator[A]): OK
  56. def remove(elems: Stream[A]): OK
  57. def remove(elems: Iterable[A]): OK
  58. def remove(from: A, to: A): OK
  59. def remove(elem: A): OK
  60. def reverse: Set[A, F]
  61. def sizeOfBloomFilterEntries: Int
  62. def sizeOfSegments: Long
  63. def stream: Stream[A]
  64. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  65. def timeLeft(elem: A): Optional[Duration]
  66. def toString(): String
    Definition Classes
    Set → AnyRef → Any
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped