trait IncrementalBundle extends AnyRef
- Self Type
- IncrementalBundle with EventBundle with SignalBundle with SignalCompatBundle with RescalaInterface
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IncrementalBundle
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class ConcatenateDeltaSeq[T] extends Base[(IncrementalBundle.this)#State, Delta[T]] with (IncrementalBundle.this)#ReactiveDeltaSeq[T] with DisconnectableImpl
- T
Type of values in Deltas
- class FilterDeltaSeq[T] extends Base[(IncrementalBundle.this)#State, Delta[T]] with Derived with (IncrementalBundle.this)#ReactiveDeltaSeq[T]
Class used for filtering ReactiveDeltaSeq
Class used for filtering ReactiveDeltaSeq
- T
Value inside Delta
- class IncSeq[T] extends Base[(IncrementalBundle.this)#State, Delta[T]] with (IncrementalBundle.this)#ReactiveDeltaSeq[T]
Source events with imperative occurrences
Source events with imperative occurrences
- T
Type returned when the event fires
- class MapDeltaSeq[T, A] extends Base[(IncrementalBundle.this)#State, Delta[A]] with (IncrementalBundle.this)#ReactiveDeltaSeq[A]
Class used for filtering ReactiveDeltaSeq
Class used for filtering ReactiveDeltaSeq
- T
Value inside Delta
- trait ReactiveDeltaSeq[T] extends Derived with DisconnectableImpl
- T
Type of values inside Deltas
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object IncSeq