Package

ch.becompany

social

Permalink

package social

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

Type Members

  1. class Feed[Tag] extends AnyRef

    Permalink

    Streams social network events.

  2. trait SocialFeed extends AnyRef

    Permalink

    Feed providing a stream of status messages from a social networking platform.

  3. case class Status(author: User, html: scalatags.Text.Frag) extends Product with Serializable

    Permalink
  4. type StatusUpdate[Tag] = (Tag, Instant, Try[Status])

    Permalink
  5. case class User(username: String, url: String, name: Option[String] = None) extends Product with Serializable

    Permalink

Value Members

  1. object Feed

    Permalink
  2. package github

    Permalink
  3. implicit def statusUpdateOrdering[T]: Ordering[StatusUpdate[T]]

    Permalink
  4. package twitter

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped