Trait

swaydb

SwayMap

Related Doc: package swaydb

Permalink

trait SwayMap[K, V, F, BAG[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwayMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def after(key: K): SwayMap[K, V, F, BAG]

    Permalink
  2. abstract def asScala: scala.collection.mutable.Map[K, V]

    Permalink
  3. abstract def before(key: K): SwayMap[K, V, F, BAG]

    Permalink
  4. abstract def clear(): BAG[OK]

    Permalink
  5. abstract def close(): BAG[Unit]

    Permalink
  6. abstract def contains(key: K): BAG[Boolean]

    Permalink
  7. abstract def delete(): BAG[Unit]

    Permalink
  8. abstract def expiration(key: K): BAG[Option[Deadline]]

    Permalink
  9. abstract def expire(key: K, at: Deadline): BAG[OK]

    Permalink
  10. abstract def expire(key: K, after: FiniteDuration): BAG[OK]

    Permalink
  11. abstract def from(key: K): SwayMap[K, V, F, BAG]

    Permalink
  12. abstract def fromOrAfter(key: K): SwayMap[K, V, F, BAG]

    Permalink
  13. abstract def fromOrBefore(key: K): SwayMap[K, V, F, BAG]

    Permalink
  14. abstract def get(key: K): BAG[Option[V]]

    Permalink
  15. abstract def getKey(key: K): BAG[Option[K]]

    Permalink
  16. abstract def getKeyValue(key: K): BAG[Option[(K, V)]]

    Permalink
  17. abstract def headOption: BAG[Option[(K, V)]]

    Permalink
  18. abstract def headOrNull: BAG[(K, V)]

    Permalink
  19. abstract def isEmpty: BAG[Boolean]

    Permalink
  20. abstract def iterator[BAG[_]](implicit bag: Sync[BAG]): Iterator[BAG[(K, V)]]

    Permalink
  21. abstract def lastOption: BAG[Option[(K, V)]]

    Permalink
  22. abstract def levelMeter(levelNumber: Int): Option[LevelMeter]

    Permalink
  23. abstract def levelZeroMeter: LevelZeroMeter

    Permalink
  24. abstract def mightContain(key: K): BAG[Boolean]

    Permalink
  25. abstract def mightContainFunction(functionId: K): BAG[Boolean]

    Permalink
  26. abstract def nonEmpty: BAG[Boolean]

    Permalink
  27. abstract def put(keyValues: Iterator[(K, V)]): BAG[OK]

    Permalink
  28. abstract def put(keyValues: Iterable[(K, V)]): BAG[OK]

    Permalink
  29. abstract def put(keyValues: Stream[(K, V)]): BAG[OK]

    Permalink
  30. abstract def put(keyValues: (K, V)*): BAG[OK]

    Permalink
  31. abstract def put(key: K, value: V, expireAt: Deadline): BAG[OK]

    Permalink
  32. abstract def put(key: K, value: V, expireAfter: FiniteDuration): BAG[OK]

    Permalink
  33. abstract def put(key: K, value: V): BAG[OK]

    Permalink
  34. abstract def remove(keys: Iterator[K]): BAG[OK]

    Permalink
  35. abstract def remove(keys: Iterable[K]): BAG[OK]

    Permalink
  36. abstract def remove(keys: Stream[K]): BAG[OK]

    Permalink
  37. abstract def remove(keys: K*): BAG[OK]

    Permalink
  38. abstract def remove(key: K): BAG[OK]

    Permalink
  39. abstract def reverse: SwayMap[K, V, F, BAG]

    Permalink
  40. abstract def sizeOfBloomFilterEntries: BAG[Int]

    Permalink
  41. abstract def sizeOfSegments: Long

    Permalink
  42. abstract def stream: Stream[(K, V)]

    Permalink
  43. abstract def timeLeft(key: K): BAG[Option[FiniteDuration]]

    Permalink
  44. abstract def toBag[X[_]](implicit bag: Bag[X]): SwayMap[K, V, F, X]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    SwayMap → AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped