case class SetIO[A, F <: OnKey[A, Void, java.Return.Set[Void]]](_asScala: Set[A, _, ThrowableIO]) extends Product with Serializable
Set database API.
For documentation check - http://swaydb.io/
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SetIO
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SetIO(_asScala: Set[A, _, ThrowableIO])
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
- val _asScala: Set[A, _, ThrowableIO]
- def add(elems: Iterator[A]): IO[Throwable, Done]
- def add(elems: StreamIO[A]): IO[Throwable, Done]
- def add(elems: List[A]): IO[Throwable, Done]
- def add(elem: A, expireAfter: Duration): IO[Throwable, Done]
- def add(elem: A): IO[Throwable, Done]
- def after(key: A): SetIO[A, F]
- def applyFunction(elem: A, function: F): IO[Throwable, Done]
- def applyFunction(from: A, to: A, function: F): IO[Throwable, Done]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: java.util.Set[A]
- def before(key: A): SetIO[A, F]
- def clear(): IO[Throwable, Done]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def close(): IO[Throwable, Unit]
- def commit[P <: Prepare.Set[A, F]](prepare: Iterator[P]): IO[Throwable, Done]
- def commit[P <: Prepare.Set[A, F]](prepare: StreamIO[P]): IO[Throwable, Done]
- def commit[P <: Prepare.Set[A, F]](prepare: List[P]): IO[Throwable, Done]
- def contains(elem: A): IO[Throwable, Boolean]
- def delete(): IO[Throwable, Unit]
- def drop(count: Integer): StreamIO[A]
- def dropWhile(predicate: Predicate[A]): StreamIO[A]
- def elemSize(elem: A): Integer
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val exceptionHandler: Throwable.type
- def expiration(elem: A): IO[Throwable, Optional[Deadline]]
- def expire(elems: Iterator[Pair[A, Duration]]): IO[Throwable, Done]
- def expire(elems: StreamIO[Pair[A, Duration]]): IO[Throwable, Done]
- def expire(elems: List[Pair[A, Duration]]): IO[Throwable, Done]
- def expire(from: A, to: A, after: Duration): IO[Throwable, Done]
- def expire(elem: A, after: Duration): IO[Throwable, Done]
- def filter(predicate: Predicate[A]): StreamIO[A]
- def filterNot(predicate: Predicate[A]): StreamIO[A]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[B](function: JavaFunction[A, StreamIO[B]]): StreamIO[B]
- def foldLeft[B](initial: B, fold: JavaFunction[Pair[B, A], B]): IO[Throwable, B]
- def forEach(consumer: Consumer[A]): StreamIO[Void]
- def from(key: A): SetIO[A, F]
- def fromOrAfter(key: A): SetIO[A, F]
- def fromOrBefore(key: A): SetIO[A, F]
- def get(elem: A): IO[Throwable, Optional[A]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headOptional: IO[Throwable, Optional[A]]
- def isEmpty: IO[Throwable, Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastOptional: IO[Throwable, Optional[A]]
- def levelMeter(levelNumber: Integer): Optional[LevelMeter]
- def levelZeroMeter: LevelZeroMeter
- def map[B](function: JavaFunction[A, B]): StreamIO[B]
- def mightContain(elem: A): IO[Throwable, Boolean]
- def mightContainFunction(function: A): IO[Throwable, Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: IO[Throwable, Boolean]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def registerFunction(function: F): IO[Throwable, Done]
- def remove(elems: Iterator[A]): IO[Throwable, Done]
- def remove(elems: StreamIO[A]): IO[Throwable, Done]
- def remove(elems: List[A]): IO[Throwable, Done]
- def remove(from: A, to: A): IO[Throwable, Done]
- def remove(elem: A): IO[Throwable, Done]
- def reverse: SetIO[A, F]
- def size: IO[Throwable, Integer]
- def sizeOfBloomFilterEntries: IO[Throwable, Integer]
- def sizeOfSegments: Long
- def stream: StreamIO[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def take(count: Integer): StreamIO[A]
- def takeWhile(predicate: Predicate[A]): StreamIO[A]
- def timeLeft(elem: A): IO[Throwable, Optional[Duration]]
-
def
toString(): String
- Definition Classes
- SetIO → 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()