Packages

trait BiPostable[P, W, ID] extends Postable[P, W, ID]

Linear Supertypes
Postable[P, W, ID], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BiPostable
  2. Postable
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def allPosts(web: W): Vector[(P, ID, Set[ID])]
  2. abstract def post(content: P, web: W, pred: Set[ID]): Future[ID]
    Definition Classes
    Postable
  3. abstract def postAt(content: P, web: W, id: ID, pred: Set[ID]): Future[Unit]
  4. implicit abstract val tag: scala.reflect.api.JavaUniverse.TypeTag[P]
    Definition Classes
    Postable

Concrete Value Members

  1. def postAll(web: W, data: Seq[(P, ID, Set[ID])]): Unit