Booleans
Constructors
Functions
Creates a Real profile corresponding to the running total of time that this profile has spent true
.
(DOC) Caches the timeline for all available time.
Caches the result of collecting this timeline, to be reused for future collect requests if possible.
(DOC) Uses a NullBinaryOperation as a predicate to highlight edges between segments.
Detects when this transitions from false to true.
(DOC) Falsifies any true
segments with durations outside the given interval.
(DOC) Falsifies any true
segments with durations longer than the given duration.
(DOC) Falsifies any true
segments with durations shorter than the given duration.
(DOC) Removes objects whose duration is outside a given valid interval.
(DOC) Removes objects whose duration is shorter than a given duration.
(DOC) Removes objects whose duration is longer than a given duration.
(DOC) Performs a local binary operation that produces profiles, and flattens it into a profile of the same type as this.
(DOC) Performs a local binary operation that produces profiles, and flattens it, with special treatment of gaps.
(DOC) A simpler version of flatMap2Values for operations that don't change the timeline type.
(DOC) Performs a local binary operation that produces profiles, and flattens it.
(DOC) A simpler version of flatMapValues for operations that don't change the timeline type.
(DOC) Maps segments into a collection of nested timelines and flattens them into their original intervals.
(DOC) Highlights intervals where the value is equal to a specific value.
(DOC) Creates an Windows object that highlights whenever this profile is false
.
(DOC) Creates an Windows object that highlights whenever this profile is true
.
(DOC) Performs a local binary operation between two profiles where the result is the same type as this profile.
(DOC) Performs a local binary operation between two profiles, with special treatment of gaps.
(DOC) A simplified version of map2Values for operations that don't change the timeline type.
(DOC) Performs a local binary operation between two segment-valued timelines.
(DOC) Locally transforms the values of a profile without changing the intervals or profile type.
(DOC) Locally transforms the values of a profile without changing the intervals.
Detects when this transitions from false to true.
Calculates the sum of durations of true segments in a range leading the current time.
Shifts the rising and falling edges of a boolean profile independently of each other.
(DOC) Splits segments where the value is equal to a specific value.
(DOC) Splits false
segments into the given number of pieces (leaving true
unchanged).
(DOC) UNSAFE! Maps each object to a nested timeline and flattens all the timelines into one.
(DOC) UNSAFE! Maps each timeline object to another object, of potentially a different type, at potentially a different time.
Performs a generalized binary operation between this and another timeline.
(DOC) UNSAFE! Maps the interval of each object, leaving the rest of the object unchanged.
(DOC) UNSAFE! A simpler version of unsafeOperate for operations that don't change the timeline type.
(DOC) UNSAFE! The basic, most general operation method. All operations eventually delegate here.
Overlays two profiles on each other, asserting that they both cannot be defined at the same time.