Packages

object SplitPost extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplitPost
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def simple[P, W, ID](content: P)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P], arg1: scala.reflect.api.JavaUniverse.TypeTag[W], arg2: scala.reflect.api.JavaUniverse.TypeTag[ID], pw: Postable[P, W, ID], qq: LocalQueryable[P, W, ID]): SplitPost[P, P, W, ID]
  2. def some[P, W, ID](content: P)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P], arg1: scala.reflect.api.JavaUniverse.TypeTag[W], arg2: scala.reflect.api.JavaUniverse.TypeTag[ID], pw: Postable[P, W, ID], qq: LocalQueryable[Some[P], W, ID]): SplitPost[P, Some[P], W, ID]
  3. implicit def splitPostable[P, Q, W, ID](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[P], arg1: scala.reflect.api.JavaUniverse.TypeTag[Q], arg2: scala.reflect.api.JavaUniverse.TypeTag[W], arg3: scala.reflect.api.JavaUniverse.TypeTag[ID]): Postable[SplitPost[P, Q, W, ID], W, ID]