Packages

object QueryFromPosts

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

Type Members

  1. case class CaseCons[Q, P, Pt <: HList](answer: (P) => Option[Q], tail: QueryFromPosts[Q, Pt]) extends QueryFromPosts[Q, ::[P, Pt]] with Product with Serializable
  2. case class Empty[Q]() extends QueryFromPosts[Q, HNil] with Product with Serializable
  3. case class ModCons[Q, P, Pt <: HList](modifier: (P) => (Q) => Q, tail: QueryFromPosts[Q, Pt]) extends QueryFromPosts[Q, ::[P, Pt]] with Product with Serializable

Value Members

  1. def empty[Q]: QueryFromPosts[Q, HNil]