Package

me.archdev

foundationdb

Permalink

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]

    Permalink
  2. type FoundationDB = FoundationDBClient[GenericContext]

    Permalink
  3. type GenericContext[A] = IndexedStateT[CompletableFuture, Any, Any, A]

    Permalink
  4. type InMemoryContext[A] = IndexedStateT[CompletableFuture, TupleMap, TupleMap, A]

    Permalink
  5. type TupleMap = SortedMap[Tuple, Tuple]

    Permalink

Value Members

  1. object FoundationDB

    Permalink
  2. package algebra

    Permalink
  3. package clients

    Permalink
  4. package interpreters

    Permalink
  5. package namespaces

    Permalink
  6. package serializers

    Permalink
  7. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped