com.raquo.airstream.status
package com.raquo.airstream.status
Members list
Type members
Classlikes
object AsyncStatusObservable
object FlatMapStatusObservable
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Waiting for output for the latest input event.
Waiting for output for the latest input event.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Output event received for this input, for the ix
-th time.
Output event received for this input, for the ix
-th time.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Represents a combination of input event with the status (availability) of output event(s) derived from it. The output events typically come from a stream that is derived from the input stream, but emitting asynchronously, for example inputStream.delay(1000)
.
Represents a combination of input event with the status (availability) of output event(s) derived from it. The output events typically come from a stream that is derived from the input stream, but emitting asynchronously, for example inputStream.delay(1000)
.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article