Packages

p

me.archdev

foundationdb

package foundationdb

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

Type Members

  1. type DatabaseContext[A] = IndexedStateT[CompletableFuture, Transaction, Transaction, A]
  2. type FoundationDB = FoundationDBClient[GenericContext]
  3. type GenericContext[A] = IndexedStateT[CompletableFuture, Any, Any, A]
  4. type InMemoryContext[A] = IndexedStateT[CompletableFuture, TupleMap, TupleMap, A]
  5. type TupleMap = SortedMap[Tuple, Tuple]

Value Members

  1. implicit val completableFutureMonad: Monad[CompletableFuture]
  2. object FoundationDB

Inherited from AnyRef

Inherited from Any

Ungrouped