case class Set[A, F, BAG[_]] extends Product with Serializable
Set database API.
For documentation check - http://swaydb.io/api/
- Self Type
- Set[A, F, BAG]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Set
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(elems: Iterator[A]): BAG[OK]
- def add(elems: Iterable[A]): BAG[OK]
- def add(elems: Stream[A]): BAG[OK]
- def add(elems: A*): BAG[OK]
- def add(elem: A, expireAfter: FiniteDuration): BAG[OK]
- def add(elem: A, expireAt: Deadline): BAG[OK]
- def add(elem: A): BAG[OK]
- def after(key: A): Set[A, F, BAG]
- def applyFunction[PF <: F](elem: A, function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set[Nothing]]]): BAG[OK]
- def applyFunction[PF <: F](from: A, to: A, function: PF)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set[Nothing]]]): BAG[OK]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asScala: scala.collection.mutable.Set[A]
- def before(key: A): Set[A, F, BAG]
- def clear(): BAG[OK]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def close(): BAG[Unit]
- def commit[PF <: F](prepare: Iterable[Prepare[A, Nothing, PF]])(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set[Nothing]]]): BAG[OK]
- def commit[PF <: F](prepare: Stream[Prepare[A, Nothing, PF]])(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set[Nothing]]]): BAG[OK]
- def commit[PF <: F](prepare: Prepare[A, Nothing, PF]*)(implicit ev: <:<[PF, OnKey[A, Nothing, Apply.Set[Nothing]]]): BAG[OK]
- def contains(elem: A): BAG[Boolean]
- def delete(): BAG[Unit]
- def elemSize(elem: A): Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expiration(elem: A): BAG[Option[Deadline]]
- def expire(elems: Iterator[(A, Deadline)]): BAG[OK]
- def expire(elems: Iterable[(A, Deadline)]): BAG[OK]
- def expire(elems: Stream[(A, Deadline)]): BAG[OK]
- def expire(elems: (A, Deadline)*): BAG[OK]
- def expire(from: A, to: A, at: Deadline): BAG[OK]
- def expire(from: A, to: A, after: FiniteDuration): BAG[OK]
- def expire(elem: A, at: Deadline): BAG[OK]
- def expire(elem: A, after: FiniteDuration): BAG[OK]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def from(key: A): Set[A, F, BAG]
- def fromOrAfter(key: A): Set[A, F, BAG]
- def fromOrBefore(key: A): Set[A, F, BAG]
- def get(elem: A): BAG[Option[A]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headOption(readState: ThreadReadState): BAG[Option[A]]
- Attributes
- protected
- def headOption: BAG[Option[A]]
- def headOrNull: BAG[A]
- def isEmpty: BAG[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator[BAG[_]](implicit bag: Sync[BAG]): Iterator[BAG[A]]
- def lastOption: BAG[Option[A]]
- def levelMeter(levelNumber: Int): Option[LevelMeter]
- def levelZeroMeter: LevelZeroMeter
- def mightContain(elem: A): BAG[Boolean]
- def mightContainFunction(functionId: A): BAG[Boolean]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: BAG[Boolean]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def path: Path
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def remove(elems: Iterator[A]): BAG[OK]
- def remove(elems: Iterable[A]): BAG[OK]
- def remove(elems: Stream[A]): BAG[OK]
- def remove(elems: A*): BAG[OK]
- def remove(from: A, to: A): BAG[OK]
- def remove(elem: A): BAG[OK]
- def reverse: Set[A, F, BAG]
- def sizeOfBloomFilterEntries: BAG[Int]
- def sizeOfSegments: Long
- def stream: Stream[A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeLeft(elem: A): BAG[Option[FiniteDuration]]
- def toBag[X[_]](implicit bag: Bag[X]): Set[A, F, X]
- def toString(): String
- Definition Classes
- Set → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()