Packages

object HistoryGetter

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

Value Members

  1. implicit def bufferGetter[P, W, ID](implicit pw: Postable[P, W, ID]): HistoryGetter[W, PostBuffer[P, ID], ID]
  2. implicit def consGetter[W, B1, B2 <: HList, ID](implicit g1: HistoryGetter[W, B1, ID], g2: HistoryGetter[W, B2, ID]): HistoryGetter[W, ::[B1, B2], ID]
  3. implicit def erasableBufferGetter[P, W, ID](implicit pw: Postable[P, W, ID]): HistoryGetter[W, ErasablePostBuffer[P, ID], ID]
  4. def get[W, B, ID](buffer: (W) => B)(implicit hg: HistoryGetter[W, B, ID]): PostHistory[W, ID]
  5. implicit def nilGetter[W, ID]: HistoryGetter[W, HNil, ID]
  6. implicit def postDiscardGetter[P, W, ID](implicit pw: Postable[P, W, ID]): HistoryGetter[W, PostDiscarder[P, ID], ID]