case class Empty[W, ID]() extends PostHistory[W, ID] with Product with Serializable
- Alphabetic
- By Inheritance
- Empty
- Serializable
- Product
- Equals
- PostHistory
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Empty()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Empty[W, ID], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allPosts(web: W): View[PostData[_, W, ID]]
- Definition Classes
- Empty → PostHistory
- def allTagged[Q](web: W)(implicit tag: scala.reflect.api.JavaUniverse.TypeTag[Q]): Set[PostData[_, W, ID]]
- Definition Classes
- PostHistory
- def apexPosts(web: W): Vector[PostData[_, W, ID]]
- Definition Classes
- PostHistory
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def ensuring(cond: (Empty[W, ID]) => Boolean, msg: => Any): Empty[W, ID]
- def ensuring(cond: (Empty[W, ID]) => Boolean): Empty[W, ID]
- def ensuring(cond: Boolean, msg: => Any): Empty[W, ID]
- def ensuring(cond: Boolean): Empty[W, ID]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def findPost(web: W, index: ID): Option[(PostData[_, W, ID], Set[ID])]
- Definition Classes
- Empty → PostHistory
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def history(web: W, id: ID): LazyList[PostData[_, W, ID]]
- Definition Classes
- PostHistory
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def latestAnswers[Q](web: W, id: ID, answer: (PostData[_, W, ID]) => Option[Q]): Set[Q]
latest answers in the query using history
latest answers in the query using history
- web
the web with all posts
- id
where we query
- answer
transformation of posts
- Definition Classes
- PostHistory
- def latestTagged[Q](web: W, id: ID)(implicit tag: scala.reflect.api.JavaUniverse.TypeTag[Q]): Set[Q]
- Definition Classes
- PostHistory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def postTags(web: W): Vector[(scala.reflect.api.JavaUniverse.TypeTag[_], ID, Option[Set[ID]])]
- Definition Classes
- Empty → PostHistory
- def predPosts(web: W, index: ID): Set[ID]
- Definition Classes
- PostHistory
- def previousAnswers[Q](web: W, id: ID)(implicit qw: Postable[Q, W, ID]): Vector[Q]
- Definition Classes
- PostHistory
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def redirects(web: W): Map[ID, Set[ID]]
- Definition Classes
- Empty → PostHistory
- def snapShot(web: W): WebState[W, ID]
- Definition Classes
- PostHistory
- def summary(web: W): Vector[(ID, String, Set[ID])]
- Definition Classes
- PostHistory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (Empty[W, ID], B)
- Implicit
- This member is added by an implicit conversion from Empty[W, ID] toArrowAssoc[Empty[W, ID]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.