Class

com.raquo.xstream

RichStream

Related Doc: package xstream

Permalink

final class RichStream[+T, +EE <: Exception] extends AnyVal

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

Instance Constructors

  1. new RichStream(stream: EStream[T, EE])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def addListener(listener: Listener[T, EE]): Unit

    Permalink
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def compose[T2, EE2 <: Exception, ResultStream <: EStream[T2, EE2]](operator: (EStream[T, EE]) ⇒ ResultStream): ResultStream

    Permalink
    Annotations
    @inline()
  7. def debugWithSpy(spy: (T) ⇒ Unit): EStream[T, EE]

    Permalink
    Annotations
    @JSName( "debug" ) @inline()
  8. def debugger(): EStream[T, EE]

    Permalink
    Annotations
    @inline()
  9. def filter(passes: (T) ⇒ Boolean): EStream[T, EE]

    Permalink
    Annotations
    @inline()
  10. def filterByValue[T2 >: T](value: T2): EStream[T, EE]

    Permalink
    Annotations
    @inline()
  11. def fold[R](accumulate: (R, T) ⇒ R, seed: R): MemoryStream[R, EE]

    Permalink
    Annotations
    @inline()
  12. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def map[U](project: (T) ⇒ U): EStream[U, EE]

    Permalink
    Annotations
    @inline()
  15. def removeListener(listener: Listener[T, EE]): Unit

    Permalink
    Annotations
    @inline()
  16. def replaceAllErrors[T2 >: T](replace: (|[Exception, Error]) ⇒ XStream[T2]): XStream[T2]

    Permalink
    Annotations
    @inline()
  17. def replaceExpectedErrors[T2 >: T, ExpErr >: EE <: Exception](replace: (ExpErr) ⇒ XStream[T2])(implicit arg0: ClassTag[ExpErr]): XStream[T2]

    Permalink
    Annotations
    @inline()
  18. def setDebugListener(listener: Listener[T, EE]): Unit

    Permalink
    Annotations
    @inline()
  19. val stream: EStream[T, EE]

    Permalink
  20. def subscribe[T2 >: T, EE2 >: EE <: Exception](listener: Listener[T2, EE2]): Subscription[T2, EE2]

    Permalink
    Annotations
    @inline()
  21. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped