Packages

case class WebBuffer[P, ID](buffer: PostBuffer[P, ID])(implicit pw: Postable[P, HoTTPost, ID]) extends Product with Serializable

Annotations
@deprecated
Deprecated

(Since version soon) using HoTTPostWeb

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebBuffer
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. 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 WebBuffer(buffer: PostBuffer[P, ID])(implicit pw: Postable[P, HoTTPost, ID])

Value Members

  1. val buffer: PostBuffer[P, ID]
  2. def data: Vector[PostData[_, HoTTPost, ID]]
  3. def fullData: Vector[(PostData[_, HoTTPost, ID], ID, Set[ID])]
  4. def getPost(id: ID): Option[(PostData[_, HoTTPost, ID], Set[ID])]
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product