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