Class

com.geteit.events

ScanEventStream

Related Doc: package events

Permalink

class ScanEventStream[E, V] extends ProxyEventStream[E, V]

Linear Supertypes
ProxyEventStream[E, V], EventListener[E], EventStream[V], Observable[EventListener[V]], EventSource[V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScanEventStream
  2. ProxyEventStream
  3. EventListener
  4. EventStream
  5. Observable
  6. EventSource
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScanEventStream(source: EventStream[E], zero: V, f: (V, E) ⇒ V)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(subscriber: Subscriber[V])(implicit eventContext: EventContext): Subscription

    Permalink
    Definition Classes
    EventStreamEventSource
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def disableAutowiring(): Unit

    Permalink
    Definition Classes
    Observable
  8. def dispatch(event: V, sourceContext: Option[ExecutionContext]): Unit

    Permalink
    Attributes
    protected[com.geteit.events]
    Definition Classes
    EventStream
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val executionContext: Option[ExecutionContext]

    Permalink
    Definition Classes
    EventSource
  12. def filter(f: (V) ⇒ Boolean): EventStream[V]

    Permalink
    Definition Classes
    EventStream
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def foreach(op: (V) ⇒ Unit)(implicit context: EventContext): Unit

    Permalink
    Definition Classes
    EventStream
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hasSubscribers: Boolean

    Permalink
    Definition Classes
    Observable
  17. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  19. def map[V](f: (V) ⇒ V): EventStream[V]

    Permalink
    Definition Classes
    EventStream
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def next(implicit context: EventContext): CancellableFuture[V]

    Permalink
    Definition Classes
    EventStream
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def on(ec: ExecutionContext)(subscriber: Subscriber[V])(implicit eventContext: EventContext): Subscription

    Permalink
    Definition Classes
    EventStreamEventSource
  25. def onEvent(event: E, sourceContext: Option[ExecutionContext]): Unit

    Permalink
    Attributes
    protected[com.geteit.events]
    Definition Classes
    ScanEventStream → EventListener
  26. def onUnwire(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProxyEventStreamEventStreamObservable
  27. def onWire(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProxyEventStreamEventStreamObservable
  28. def publish(event: V): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    EventStream
  29. def scan[V](zero: V)(f: (V, V) ⇒ V): EventStream[V]

    Permalink
    Definition Classes
    EventStream
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def unsubscribeAll(): Unit

    Permalink
    Definition Classes
    Observable
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ProxyEventStream[E, V]

Inherited from EventListener[E]

Inherited from EventStream[V]

Inherited from Observable[EventListener[V]]

Inherited from EventSource[V]

Inherited from AnyRef

Inherited from Any

Ungrouped