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

    Permalink

    Output of functions

  3. case class From[K](key: K, orAfter: Boolean, orBefore: Boolean, before: Boolean, after: Boolean) extends Product with Serializable

    Permalink
  4. case class Map[K, V, W[_]](core: Core[W], count: Option[Int] = None, skip: Int = 0, from: Option[From[K]] = None, reverseIteration: Boolean = false, till: Option[(K, V) ⇒ Boolean] = None)(implicit keySerializer: Serializer[K], valueSerializer: Serializer[V], wrap: Wrap[W]) extends Stream[(K, V), W] with Product with Serializable

    Permalink

    Map database API.

    Map database API.

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

  5. case class Set[T, W[_]](core: Core[W], from: Option[From[T]], skip: Int = 0, count: Option[Int] = None, reverseIteration: Boolean = false, till: Option[(T) ⇒ Boolean] = None)(implicit serializer: Serializer[T], wrap: Wrap[W]) extends Stream[T, W] with Product with Serializable

    Permalink

    Set database API.

    Set database API.

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

  6. implicit class StorageDoubleImplicits extends AnyRef

    Permalink
  7. implicit class StorageIntImplicits extends AnyRef

    Permalink
  8. abstract class Stream[A, W[_]] extends AnyRef

    Permalink
  9. trait Wrap[W[_]] extends AnyRef

    Permalink

    New Wrappers can be implemented by extending this trait.

Value Members

  1. object AndThen

    Permalink
  2. object Apply

    Permalink
  3. object Set extends Serializable

    Permalink
  4. object Stream

    Permalink
  5. object SwayDB extends LazyLogging

    Permalink

    Instance used for creating/initialising databases.

  6. object Wrap

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

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

    Permalink
  9. package eventually

    Permalink
  10. package extensions

    Permalink
  11. package memory

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

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

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

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

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

    Permalink
  17. package persistent

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

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped