Packages

object PostHistory

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

Type Members

  1. case class Empty[W, ID]() extends PostHistory[W, ID] with Product with Serializable
  2. case class Or[W, ID](first: PostHistory[W, ID], second: PostHistory[W, ID]) extends PostHistory[W, ID] with Product with Serializable

Value Members

  1. def get[W, B, ID](buffer: (W) => B)(implicit hg: HistoryGetter[W, B, ID]): PostHistory[W, ID]
  2. def latestTaggedID[Q, ID](id: ID, data: Vector[(scala.reflect.api.JavaUniverse.TypeTag[_], ID, Option[Set[ID]])], redirects: Map[ID, Set[ID]])(implicit tag: scala.reflect.api.JavaUniverse.TypeTag[Q]): Set[ID]