package
foundationdb
Type Members
-
type
DatabaseContext[A] = IndexedStateT[CompletableFuture, Transaction, Transaction, A]
-
-
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]
-
-
-
-
Inherited from AnyRef
Inherited from Any