trait MapT[K, V, F] extends SetMapT[K, V]
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapT
- SetMapT
- Source
- Stream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def applyFunction(from: K, to: K, function: F): Unit
- abstract def applyFunction(key: K, function: F): Unit
- abstract def asJava: java.util.Map[K, V]
- Definition Classes
- SetMapT
- abstract def asScalaStream: swaydb.Source[K, KeyVal[K, V], Less]
- Definition Classes
- Source → Stream
- abstract def clearAppliedAndRegisteredFunctions(): Iterable[String]
- abstract def clearAppliedFunctions(): Iterable[String]
- abstract def clearKeyValues(): Unit
- Definition Classes
- SetMapT
- abstract def close(): Unit
- Definition Classes
- SetMapT
- abstract def commit(prepare: Iterable[Prepare[K, V, F]]): Unit
- abstract def commit(prepare: Stream[Prepare[K, V, F]]): Unit
- abstract def contains(key: K): Boolean
- Definition Classes
- SetMapT
- abstract def delete(): Unit
- Definition Classes
- SetMapT
- abstract def expiration(key: K): Optional[Expiration]
- Definition Classes
- SetMapT
- abstract def expire(keys: Iterator[Pair[K, Duration]]): Unit
- abstract def expire(keys: Iterable[Pair[K, Duration]]): Unit
- abstract def expire(keys: Stream[Pair[K, Duration]]): Unit
- abstract def expire(from: K, to: K, after: Duration): Unit
- abstract def expire(key: K, after: Duration): Unit
- Definition Classes
- SetMapT
- abstract def get(key: K): Optional[V]
- Definition Classes
- SetMapT
- abstract def getKey(key: K): Optional[K]
- Definition Classes
- SetMapT
- abstract def getKeyDeadline(key: K): Optional[Pair[K, Optional[Expiration]]]
- abstract def getKeyValue(key: K): Optional[KeyVal[K, V]]
- Definition Classes
- SetMapT
- abstract def getKeyValueDeadline(key: K): Optional[Pair[KeyVal[K, V], Optional[Expiration]]]
- abstract def head: Optional[KeyVal[K, V]]
- Definition Classes
- SetMapT
- abstract def isEmpty: Boolean
- Definition Classes
- SetMapT
- abstract def isFunctionApplied(functionId: F): Boolean
- abstract def keySize(key: K): Int
- abstract def keys: Stream[K]
- Definition Classes
- SetMapT
- abstract def last: Optional[KeyVal[K, V]]
- Definition Classes
- SetMapT
- abstract def levelMeter(levelNumber: Int): Optional[LevelMeter]
- Definition Classes
- SetMapT
- abstract def levelZeroMeter: LevelZeroMeter
- Definition Classes
- SetMapT
- abstract def mightContain(key: K): Boolean
- Definition Classes
- SetMapT
- abstract def mightContainFunction(function: F): Boolean
- abstract def nonEmpty: Boolean
- Definition Classes
- SetMapT
- abstract def path: Path
- Definition Classes
- SetMapT
- abstract def put(keyValues: Iterator[KeyVal[K, V]]): Unit
- Definition Classes
- SetMapT
- abstract def put(keyValues: Iterable[KeyVal[K, V]]): Unit
- Definition Classes
- SetMapT
- abstract def put(keyValues: Stream[KeyVal[K, V]]): Unit
- Definition Classes
- SetMapT
- abstract def put(key: K, value: V, expireAfter: Duration): Unit
- Definition Classes
- SetMapT
- abstract def put(key: K, value: V): Unit
- Definition Classes
- SetMapT
- abstract def remove(from: K, to: K): Unit
- abstract def remove(keys: Iterator[K]): Unit
- Definition Classes
- SetMapT
- abstract def remove(keys: Iterable[K]): Unit
- Definition Classes
- SetMapT
- abstract def remove(keys: Stream[K]): Unit
- Definition Classes
- SetMapT
- abstract def remove(key: K): Unit
- Definition Classes
- SetMapT
- abstract def sizeOfBloomFilterEntries: Int
- Definition Classes
- SetMapT
- abstract def sizeOfSegments: Long
- Definition Classes
- SetMapT
- abstract def timeLeft(key: K): Optional[Duration]
- Definition Classes
- SetMapT
- abstract def update(keyValues: Iterator[KeyVal[K, V]]): Unit
- abstract def update(keyValues: Iterable[KeyVal[K, V]]): Unit
- abstract def update(keyValues: Stream[KeyVal[K, V]]): Unit
- abstract def update(from: K, to: K, value: V): Unit
- abstract def update(key: K, value: V): Unit
- abstract def valueSize(value: V): Int
- abstract def values: Stream[V]
- Definition Classes
- SetMapT
Concrete 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 after(key: K): Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def before(key: K): Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def count: Int
- Definition Classes
- Stream
- def count(predicate: Predicate[KeyVal[K, V]]): Int
- Definition Classes
- Stream
- def drop(count: Int): Stream[KeyVal[K, V]]
- Definition Classes
- Stream
- def dropWhile(predicate: Predicate[KeyVal[K, V]]): Stream[KeyVal[K, V]]
- Definition Classes
- Stream
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(predicate: Predicate[KeyVal[K, V]]): Stream[KeyVal[K, V]]
- Definition Classes
- Stream
- def filterNot(predicate: Predicate[KeyVal[K, V]]): Stream[KeyVal[K, V]]
- Definition Classes
- Stream
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[B](function: JavaFunction[KeyVal[K, V], Stream[B]]): Stream[B]
- Definition Classes
- Stream
- def foldLeft[B](initial: B, function: BiFunction[B, KeyVal[K, V], B]): B
- Definition Classes
- Stream
- def forEach(consumer: Consumer[KeyVal[K, V]]): Unit
- Definition Classes
- Stream
- def from(key: K): Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- def fromOrAfter(key: K): Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- def fromOrBefore(key: K): Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headOption: Optional[KeyVal[K, V]]
- Definition Classes
- Stream
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator(): Iterator[KeyVal[K, V]]
- Definition Classes
- Stream
- def lastOption: Optional[KeyVal[K, V]]
- Definition Classes
- Stream
- def map[B](function: JavaFunction[KeyVal[K, V], B]): Stream[B]
- Definition Classes
- Stream
- def materialize: List[KeyVal[K, V]]
- Definition Classes
- Stream
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def partition[B](predicate: Predicate[KeyVal[K, V]]): Pair[List[KeyVal[K, V]], List[KeyVal[K, V]]]
- Definition Classes
- Stream
- def reverse: Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- def stream: Source[K, KeyVal[K, V]]
- Definition Classes
- Source
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take(count: Int): Stream[KeyVal[K, V]]
- Definition Classes
- Stream
- def takeWhile(predicate: Predicate[KeyVal[K, V]]): Stream[KeyVal[K, V]]
- Definition Classes
- Stream
- def toString(): String
- Definition Classes
- 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()