trait Airstream extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Airstream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type DynamicOwner = airstream.ownership.DynamicOwner
- type DynamicSubscription = airstream.ownership.DynamicSubscription
- type EventBus[A] = airstream.eventbus.EventBus[A]
- type EventSource[+A] = airstream.core.Source.EventSource[A]
- type EventStream[+A] = airstream.core.EventStream[A]
- type FlattenStrategy[-Outer[+_] <: Observable[_], -Inner[_], Output[+_] <: Observable[_]] = airstream.flatten.FlattenStrategy[Outer, Inner, Output]
- type Observable[+A] = airstream.core.Observable[A]
- type Observer[-A] = airstream.core.Observer[A]
- type OwnedSignal[+A] = airstream.state.OwnedSignal[A]
- type Owner = airstream.ownership.Owner
- type Ref[+A <: AnyRef] = airstream.util.Ref[A]
- type Signal[+A] = airstream.core.Signal[A]
- type SignalSource[+A] = airstream.core.Source.SignalSource[A]
- type Sink[-A] = airstream.core.Sink[A]
- type Source[+A] = airstream.core.Source[A]
- type StrictSignal[+A] = airstream.state.StrictSignal[A]
- type Subscription = airstream.ownership.Subscription
- type Val[A] = airstream.state.Val[A]
- type Var[A] = airstream.state.Var[A]
- type WriteBus[A] = airstream.eventbus.WriteBus[A]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AirstreamError: airstream.core.AirstreamError.type
- lazy val ConcurrentFutureStrategy: airstream.flatten.FlattenStrategy.ConcurrentFutureStrategy.type
- val DynamicSubscription: airstream.ownership.DynamicSubscription.type
- val EventBus: airstream.eventbus.EventBus.type
- val EventStream: airstream.core.EventStream.type
- val Observer: airstream.core.Observer.type
- lazy val OverwriteFutureStrategy: airstream.flatten.FlattenStrategy.OverwriteFutureStrategy.type
- lazy val Ref: airstream.util.Ref.type
- val Signal: airstream.core.Signal.type
- lazy val SwitchFutureStrategy: airstream.flatten.FlattenStrategy.SwitchFutureStrategy.type
- lazy val SwitchSignalStrategy: airstream.flatten.FlattenStrategy.SwitchSignalStrategy.type
- lazy val SwitchStreamStrategy: airstream.flatten.FlattenStrategy.SwitchStreamStrategy.type
- val Val: airstream.state.Val.type
- val Var: airstream.state.Var.type
- val WriteBus: airstream.eventbus.WriteBus.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated