Packages

t

provingground.learning

FallBackLookups

trait FallBackLookups extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FallBackLookups
  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

Value Members

  1. implicit def lookupLatest[Q, W, ID](implicit qw: Postable[Q, W, ID], ph: PostHistory[W, ID], tag: scala.reflect.api.JavaUniverse.TypeTag[Q]): LocalQueryable[Q, W, ID]

    default implementation of lookup for stuff that can be posted given a post-history implementation, where we look fot the latest post.

    default implementation of lookup for stuff that can be posted given a post-history implementation, where we look fot the latest post.

    qw

    postability of Q

    ph

    post history

    returns

    implementation of query lookup

  2. implicit def somePostQuery[P, W, ID](implicit pw: Postable[P, W, ID], ph: PostHistory[W, ID]): LocalQueryable[SomePost[P], W, ID]

    Lookup for the wrapped type SomePost, which returns all posts independent of relative position in history.

    Lookup for the wrapped type SomePost, which returns all posts independent of relative position in history.

    pw

    postability of P

    ph

    post history

    returns

    implementation of query lookup