Packages

p

swaydb

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. sealed trait Apply[+V] extends AnyRef

    Output of functions

  2. case class From[K](key: K, orAfter: Boolean, orBefore: Boolean, before: Boolean, after: Boolean) extends Product with Serializable
  3. case class Map[K, V, F <: K, T[_]](core: Core[T], from: Option[From[K]] = None, reverseIteration: Boolean = false)(implicit keySerializer: Serializer[K], valueSerializer: Serializer[V], tag: Tag[T]) extends Streamable[(K, V), T] with Product with Serializable

    Map database API.

    Map database API.

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

  4. case class Set[A, T[_]](core: Core[T], from: Option[From[A]], reverseIteration: Boolean = false)(implicit serializer: Serializer[A], tag: Tag[T]) extends Streamable[A, T] with Product with Serializable

    Set database API.

    Set database API.

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

  5. implicit class StorageDoubleImplicits extends AnyRef
  6. implicit class StorageIntImplicits extends AnyRef

Value Members

  1. implicit def dirToDirs(dir: Dir*): Seq[Dir]
  2. implicit def pathSeqToDirs(paths: Seq[Path]): Seq[Dir]
  3. implicit def pathStringToDir(path: String): Dir
  4. implicit def pathToDir(path: Path): Dir
  5. implicit def pathToDirs(dir: Path): Seq[Dir]
  6. implicit def pathsToDirs(paths: Path*): Seq[Dir]
  7. implicit def stringToPath(path: String): Path
  8. implicit def tupleSeqToDirs(dir: Seq[(Path, Int)]): Seq[Dir]
  9. implicit def tupleStringSeqToDirs(dir: Seq[(String, Int)]): Seq[Dir]
  10. implicit def tupleStringToDirs(dir: (String, Int)): Seq[Dir]
  11. implicit def tupleToDir(dir: (Path, Int)): Dir
  12. implicit def tupleToDirs(dir: (Path, Int)): Seq[Dir]
  13. implicit def tuplesToDirs(dir: (Path, Int)*): Seq[Dir]
  14. object Apply
  15. object Set extends Serializable
  16. object SwayDB extends LazyLogging

    Instance used for creating/initialising databases.

Inherited from AnyRef

Inherited from Any

Ungrouped