Interface Invertible<T>

All Known Subinterfaces:
Dodekaid<T>
All Known Implementing Classes:
DoppelHaken, Haken, RelWert, SeriesTransformation

public interface Invertible<T>
Interface for all scalar types which can be "inverted" by exchanging "up" and "down", like musical intervals, etc. (An extension is the interface Dodekaid: sequences of such values can also be inverted in a second dimension).
  • Method Summary

    Modifier and Type
    Method
    Description
    inv()
     
  • Method Details

    • inv

      T inv()