Interface Plus<T extends Plus<T>>

All Known Subinterfaces:
Minus<T>
All Known Implementing Classes:
IntInterval, RealInterval

public interface Plus<T extends Plus<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • plus

      T plus()