Package

swaydb

Permalink

package swaydb

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

Type Members

  1. class AndThen[A] extends AnyRef

    Permalink
  2. sealed trait Batch[+K, +V] extends AnyRef

    Permalink
  3. class Map[K, V] extends DBIterator[K, V]

    Permalink

    Key-value or Map database API.

    Key-value or Map database API.

    For documentation check - http://swaydb.io/api/

  4. class Set[T] extends DBKeysIterator[T]

    Permalink

    Set database API.

    Set database API.

    For documentation check - http://swaydb.io/api/

  5. implicit class StorageDoubleImplicits extends AnyRef

    Permalink
  6. implicit class StorageIntImplicits extends AnyRef

    Permalink
  7. abstract class TypedOrdering[K] extends Ordering[Slice[Byte]]

    Permalink

Value Members

  1. object AndThen

    Permalink
  2. object Batch

    Permalink
  3. object Map extends Serializable

    Permalink
  4. object Set extends Serializable

    Permalink
  5. object SwayDB extends LazyLogging

    Permalink

    Instance used for creating/initialising databases.

  6. implicit def andThen[A](a: A): AndThen[A]

    Permalink
  7. implicit def dirToDirs(dir: Dir*): Seq[Dir]

    Permalink
  8. package iterator

    Permalink
  9. implicit def pathSeqToDirs(paths: Seq[Path]): Seq[Dir]

    Permalink
  10. implicit def pathStringToDir(path: String): Dir

    Permalink
  11. implicit def pathToDir(path: Path): Dir

    Permalink
  12. implicit def pathToDirs(dir: Path): Seq[Dir]

    Permalink
  13. implicit def pathsToDirs(paths: Path*): Seq[Dir]

    Permalink
  14. implicit def stringToPath(path: String): Path

    Permalink
  15. implicit def tupleSeqToDirs(dir: Seq[(Path, Int)]): Seq[Dir]

    Permalink
  16. implicit def tupleStringSeqToDirs(dir: Seq[(String, Int)]): Seq[Dir]

    Permalink
  17. implicit def tupleStringToDirs(dir: (String, Int)): Seq[Dir]

    Permalink
  18. implicit def tupleToDir(dir: (Path, Int)): Dir

    Permalink
  19. implicit def tupleToDirs(dir: (Path, Int)): Seq[Dir]

    Permalink
  20. implicit def tuplesToDirs(dir: (Path, Int)*): Seq[Dir]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped