Package

me.archdev.foundationdb

algebra

Permalink

package algebra

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

Type Members

  1. case class DeserializationError(error: String) extends RuntimeException with Product with Serializable

    Permalink
  2. trait GetAlgebra[F[_]] extends AnyRef

    Permalink
  3. trait MutationAlgebra[F[_]] extends AnyRef

    Permalink
  4. trait QueryAlgebra[F[_]] extends GetAlgebra[F] with SelectAlgebra[F] with MutationAlgebra[F] with TransactionAlgebra[F] with UtilsAlgebra[F]

    Permalink
  5. sealed trait QueryErrors extends AnyRef

    Permalink
  6. trait SelectAlgebra[F[_]] extends AnyRef

    Permalink
  7. trait TransactionAlgebra[F[_]] extends AnyRef

    Permalink
  8. trait UtilsAlgebra[F[_]] extends AnyRef

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped