ScalableIterable<T extends Scalable<T>> extension

A Scalable iterable.

on

Properties

deltaNumericRepresentation Iterable<int>
The delta numeric representation of this ScalableIterable.
no setter
descendingIntervalSteps Iterable<Interval>
The descending Intervals between Ts this Iterable.
no setter
intervalSteps Iterable<Interval>
The Intervals between Ts in this Iterable.
no setter
inverse Iterable<T>
The inverse of this ScalableIterable.
no setter
numericRepresentation Iterable<int>
The numeric representation of this ScalableIterable.
no setter
retrograde Iterable<T>
The retrograde of this ScalableIterable.
no setter

Methods

transposeBy(Interval interval) Iterable<T>
Transposes this Iterable by interval.