MapDeltaSeq
Class used for filtering ReactiveDeltaSeq
Attributes
- S
Structure of Delta
- T
Value inside Delta
- in
the ReactiveDeltaSeq to filter
- initialState
...
- name
Name of the new filtered sequence
- op
mapOperation to map sequence
- Graph
- Supertypes
- trait ReactiveDeltaSeq[A]trait DisconnectableImpltrait Disconnectabletrait Derivedtrait ReSourceclass Objecttrait Matchableclass Any
Members list
Type members
Inherited types
Attributes
- Inherited from:
- Derived
Attributes
- Inherited from:
- ReactiveDeltaSeq
the value of deltas send through the set
Value members
Inherited methods
Concatenates the ReactiveDeltaSeq with another (that) ReactiveDeltaSeq by returning a new ReactiveDeltaSeq (ConcatenateDeltaSeq)
Concatenates the ReactiveDeltaSeq with another (that) ReactiveDeltaSeq by returning a new ReactiveDeltaSeq (ConcatenateDeltaSeq)
Attributes
- that
the ReactiveDeltaSeq which will be concatenated with this
- ticket
used for the creation of the concatenated ReactiveDeltaSeq
- Returns:
ConcatenateDeltaSeq
- Inherited from:
- ReactiveDeltaSeq
Returns current ReactiveDeltaSeq as an Event
Returns current ReactiveDeltaSeq as an Event
Attributes
- ticket
a creation ticket as a new event will be created which has the ReactiveDeltaSeq as dependency
- Inherited from:
- ReactiveDeltaSeq
To check if an element is in the sequence
To check if an element is in the sequence
Attributes
- element
element to search for
- resInt
needed by REScala API for Signal/Event holding Ints
- ticket
for creating the Signal holding the boolean value
- Inherited from:
- ReactiveDeltaSeq
Counts number of elements fulfilling the condition provided
Counts number of elements fulfilling the condition provided
Attributes
- fulfillsCondition
the condition values of deltas have to fulfill to be taken in consideration
- resInt
needed by REScala API for Signal/Event holding Ints
- ticket
for creating the Signal holding the value of counted elements
- Inherited from:
- ReactiveDeltaSeq
Attributes
- Inherited from:
- DisconnectableImpl
To check if elements fulfilling the condition exists
To check if elements fulfilling the condition exists
Attributes
- fulfillsCondition
the condition values of deltas have to fulfill to be taken in consideration
- resInt
needed by REScala API for Signal/Event holding Ints
- ticket
for creating the Signal holding the boolean value
- Inherited from:
- ReactiveDeltaSeq
Filters the sequence , basing on filterExpression and returns the new filtered sequence
Filters the sequence , basing on filterExpression and returns the new filtered sequence
Attributes
- filterOperation
the operation used for filtering
- ticket
for creating the new source
- Returns:
the filtered ReactiveDeltaSeq
- Inherited from:
- ReactiveDeltaSeq
Based on the concept of reversible Folds Used to fold the deltas basing on fold for Addition-Delta and unfold for Removal-Delta
Based on the concept of reversible Folds Used to fold the deltas basing on fold for Addition-Delta and unfold for Removal-Delta
Attributes
- A
the value returned by applying fold or unfold on the value T of Deltas
- fold
the function used when an Addition occurs
- initial
is the initial value the foldUndo folds to
- ticket
as we will create
- unfold
the function used when a Removal occurs
- Inherited from:
- ReactiveDeltaSeq
Maps the elements of ReactiveDeltaSeq and returns a new ReactiveDeltaSeq with the mapped deltas with the old ReactiveDeltaSeq as dependency
Maps the elements of ReactiveDeltaSeq and returns a new ReactiveDeltaSeq with the mapped deltas with the old ReactiveDeltaSeq as dependency
Attributes
- A
new Value type for deltas in the mapped ReactiveDeltaSeq
- mapOperation
the operation used for mapping the values of ReactiveDeltaSeq to MapDeltaSeq
- ticket
Ticket for creating the new ReactiveDeltaSeq
- Returns:
the mapped ReactiveDeltaSeq
- Inherited from:
- ReactiveDeltaSeq
Attributes
- ord
the ordering needed to compare values of deltas for finding the minimum
- res
...
- ticket
used for creation of new sources
- Returns:
Signal holding the optional minimum (as it could be None if the seqeunce is empty)
- Inherited from:
- ReactiveDeltaSeq
Attributes
- ord
the ordering needed to compare values of deltas for finding the minimum
- res
...
- ticket
used for creation of new sources
- Returns:
Signal holding the optional minimum (as it could be None if the seqeunce is empty)
- Inherited from:
- ReactiveDeltaSeq
Returns the sizeOfSeq of the ReactiveDeltaSeq
Returns the sizeOfSeq of the ReactiveDeltaSeq
Attributes
- resInt
needed by REScala API for Signal/Event holding Ints //TODO check
- ticket
for creating the Signal holding the value of sizeOfSeq
- Inherited from:
- ReactiveDeltaSeq