Uses of Record Class
com.amalgamasimulation.core.scheduling.IntervalSetsOverlaysIterator.IntervalSetsOverlay
Packages that use IntervalSetsOverlaysIterator.IntervalSetsOverlay
-
Uses of IntervalSetsOverlaysIterator.IntervalSetsOverlay in com.amalgamasimulation.core.scheduling
Methods in com.amalgamasimulation.core.scheduling that return IntervalSetsOverlaysIterator.IntervalSetsOverlayMethods in com.amalgamasimulation.core.scheduling that return types with arguments of type IntervalSetsOverlaysIterator.IntervalSetsOverlayModifier and TypeMethodDescriptionIntervalSetsOverlaysIterator.overlaysStream(List<IntervalSet> intervalSets) Converts a list of interval sets into a stream of overlay results where each interval set is associated with itself as the value, over the entire universe.IntervalSetsOverlaysIterator.overlaysStream(List<IntervalSet> intervalSets, IntervalSet withinIntervalSet) Converts a list of interval sets into a stream of overlay results constrained to a specific containing interval set, where each interval set is associated with itself as the value.static <T> Stream<IntervalSetsOverlaysIterator.IntervalSetsOverlay<T>> IntervalSetsOverlaysIterator.overlaysStream(Map<T, IntervalSet> intervalSets) Converts a map of values to their associated interval sets into a stream of overlay results over the entire universe (negative to positive infinity).static <T> Stream<IntervalSetsOverlaysIterator.IntervalSetsOverlay<T>> IntervalSetsOverlaysIterator.overlaysStream(Map<T, IntervalSet> intervalSets, IntervalSet withinIntervalSet) Converts a map of values to their associated interval sets into a stream of overlay results constrained to a specific containing interval set.