package java
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package eventually
- package memory
- package persistent
- package serializers
Type Members
- trait KeyComparator[K] extends Comparator[K]
- case class Map[K, V, F](asScala: swaydb.Map[K, V, F, Less])(implicit evd: <:<[F, PureFunction.Map[K, V]]) extends MapT[K, V, F] with Product with Serializable
Documentation - http://swaydb.io/
- trait MapT[K, V, F] extends SetMapT[K, V]
Base trait for a basic SwayDB Map type.
- case class MultiMap[M, K, V, F](asScala: swaydb.MultiMap[M, K, V, F, Less])(implicit evd: <:<[F, PureFunction.Map[K, V]]) extends MapT[K, V, F] with Product with Serializable
Documentation - http://swaydb.io/
- case class Queue[A](asScala: swaydb.Queue[A]) extends Stream[A] with Product with Serializable
- case class Set[A, F](asScala: swaydb.Set[A, F, Less])(implicit evd: <:<[F, PureFunction[A, Nothing, Apply.Set[Nothing]]]) extends Source[A, A] with Product with Serializable
Documentation - http://swaydb.io/
- case class SetMap[K, V](asScala: swaydb.SetMap[K, V, Less]) extends SetMapT[K, V] with Product with Serializable
Documentation - http://swaydb.io/
- trait SetMapT[K, V] extends Source[K, KeyVal[K, V]]
Base trait for a basic SwayDB SetMap type.
Value Members
- object KeyComparator
- object KeyOrderConverter
- Attributes
- protected
- object StorageUnits