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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Set
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Set(_asScala: swaydb.Set[A, _, Less])
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]): OK
- def add(elems: Stream[A]): OK
- def add(elems: Iterable[A]): OK
- def add(elem: A, expireAfter: Duration): OK
- def add(elem: A): OK
- def applyFunction(elem: A, function: F): OK
- def applyFunction(from: A, to: A, function: F): OK
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: java.util.Set[A]
- val asScala: swaydb.Set[A, OnKey[A, Nothing, Apply.Set], Less]
- implicit val bag: Sync[Less]
- def clear(): OK
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def close(): Unit
- def commit[P <: Prepare.Set[A, F]](prepare: Iterator[P]): OK
- def commit[P <: Prepare.Set[A, F]](prepare: Stream[P]): OK
- def commit[P <: Prepare.Set[A, F]](prepare: Iterable[P]): OK
- def contains(elem: A): Boolean
- def delete(): Unit
- def elemSize(elem: A): Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val exceptionHandler: Throwable.type
- def expiration(elem: A): Optional[Deadline]
- def expire(elems: Iterator[Pair[A, Duration]]): OK
- def expire(elems: Stream[Pair[A, Duration]]): OK
- def expire(elems: Iterable[Pair[A, Duration]]): OK
- def expire(from: A, to: A, after: Duration): OK
- def expire(elem: A, after: Duration): OK
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(elem: A): Optional[A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headOptional: Optional[A]
- def isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[A]
- def lastOptional: Optional[A]
- def levelMeter(levelNumber: Int): Optional[LevelMeter]
- def levelZeroMeter: LevelZeroMeter
- def mightContain(elem: A): Boolean
- def mightContainFunction(function: F): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def path: Path
- def remove(elems: Iterator[A]): OK
- def remove(elems: Stream[A]): OK
- def remove(elems: Iterable[A]): OK
- def remove(from: A, to: A): OK
- def remove(elem: A): OK
- def sizeOfBloomFilterEntries: Int
- def sizeOfSegments: Long
- def stream: Source[A, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timeLeft(elem: A): Optional[Duration]
-
def
toString(): String
- Definition Classes
- Set → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()