@Version(value="1.0.0")
| Interface | Description |
|---|---|
| Addable<S extends Addable<S,T>,T> | |
| Incrementable<S extends Incrementable<S>> | |
| Incrementor<T> | |
| InterpolationFunction<T,I> | |
| Multipliable<S extends Multipliable<S,T>,T> | |
| Negatable<S extends Negatable<S,N>,N extends Negatable<? extends N,? extends S>> | |
| NonCommutativelyMultipliable<S extends NonCommutativelyMultipliable<S,T>,T> | |
| Scalable<S extends Scalable<S>> | |
| Subtractable<S extends Subtractable<S,T>,T> |
| Class | Description |
|---|---|
| Addition<O extends Addable<?,? super T>,T> | |
| Interpolation<T,I> | |
| LinearInterpolationFunction<T extends Scalable<S> & Subtractable<S,? super T>,S extends T> | |
| Multiplication<O extends Multipliable<?,? super T>,T> | |
| NaturalIncrementor<T extends Incrementable<? extends T>> | |
| Negation<O> | |
| PreMultiplication<O extends NonCommutativelyMultipliable<?,? super T>,T> | |
| Scaling<O> | |
| Subtraction<O extends Subtractable<?,? super T>,T> |