Packages

c

provingground.learning

QueryImplicitWrap

class QueryImplicitWrap[Q, T, PList <: HList] extends AnyRef

Have a wrapper type T for the query and make the companion object extend this class, giving query-from-posts as input (whose type should be deducable)

Annotations
@deprecated
Deprecated

(Since version now) define query-from-posts and lift

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryImplicitWrap
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QueryImplicitWrap(qp: QueryFromPosts[Q, PList], incl: (Q) => T)

    qp

    the query from posts

    incl

    inclusion into the wrapper type.

Value Members

  1. implicit def query[W, ID](implicit ph: PostHistory[W, ID], bp: BuildQuery[Q, W, ID, PList]): LocalQueryable[T, W, ID]