package foundationdb
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- foundationdb
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type DatabaseContext[A] = IndexedStateT[CompletableFuture, Transaction, Transaction, A]
- type FoundationDB = FoundationDBClient[GenericContext]
- type GenericContext[A] = IndexedStateT[CompletableFuture, Any, Any, A]
- type InMemoryContext[A] = IndexedStateT[CompletableFuture, TupleMap, TupleMap, A]
- type TupleMap = SortedMap[Tuple, Tuple]
Value Members
- implicit val completableFutureMonad: Monad[CompletableFuture]
- object FoundationDB