Interface S2ShapeMeasures.IntFunction<T>

Enclosing class:
S2ShapeMeasures

private static interface S2ShapeMeasures.IntFunction<T>
A function which accepts an int.
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(int i)
     
  • Method Details

    • apply

      T apply(int i)