Package

io.univalence

fenek

Permalink

package fenek

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

Type Members

  1. sealed trait Encoder[T] extends AnyRef

    Permalink
  2. sealed class Expr[+A] extends AnyRef

    Permalink
  3. sealed trait Query extends AnyRef

    Permalink
  4. case class Select(projection: Struct) extends Query with Product with Serializable

    Permalink
  5. case class Union(left: Query, right: Query) extends Query with Product with Serializable

    Permalink
  6. case class Where(query: Query, where: Expr[Boolean]) extends Query with Product with Serializable

    Permalink
  7. implicit class booleanOps extends AnyRef

    Permalink
  8. implicit class fieldOps extends AnyRef

    Permalink

Value Members

  1. object Else

    Permalink
  2. object Encoder

    Permalink
  3. object Expr

    Permalink
  4. object JsonInterpreter

    Permalink
  5. object Null extends UntypedExpr

    Permalink
  6. object Query

    Permalink
  7. object True extends Expr[Boolean] with Product with Serializable

    Permalink
  8. package analysis

    Permalink
  9. package generic

    Permalink
  10. object struct

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped