molecule.examples.core.rxlike

NetflixBlog

object NetflixBlog extends App

See: http://techblog.netflix.com/2013/02/rxjava-netflix-api.html

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NetflixBlog
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class PList extends AnyRef

  2. case class Rating(actual: Int, average: Int, predicted: Int) extends Product with Serializable

  3. type T = Int

  4. case class Video(id: Int) extends Product with Serializable

  5. class VideoList extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object PList

  7. def args: Array[String]

    Attributes
    protected
    Definition Classes
    App
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. var availableInMemory: Boolean

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def customObservableNonBlocking: IChan[String]

  12. def customStream: IChan[String]

  13. def delayedInit(body: ⇒ Unit): Unit

    Definition Classes
    App → DelayedInit
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. val executionStart: Long

    Definition Classes
    App
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def getBookmarkFromRemoteService(videoId: Int, userId: Int): Int

  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getData(id: Int): RIChan[T]

    Non-blocking method that immediately returns the value if available or uses a thread to fetch the value and callback via onNext() when done.

  21. def getListOfLists(userId: Int): RIChan[VideoList]

  22. def getMetadataFromRemoteService(id: Int): Map[String, String]

  23. def getRatingFromRemoteService(videoId: Int, userId: Int): Rating

  24. def getValueFromRemoteService(id: Int): T

  25. def getVideo(id: Int): RIChan[Video]

  26. def getVideoFromRemoteService(id: Int): Video

  27. def getVideoGridForDisplay(userId: Int): IChan[PList]

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def main(args: Array[String]): Unit

    Definition Classes
    App
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. val p: Platform

  35. def simpleComposition(in: IChan[String]): Process[Unit]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. var valueFromMemory: T

  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from App

Inherited from DelayedInit

Inherited from AnyRef

Inherited from Any

Ungrouped