Interface S2ShapeMeasures.IntFunction<T>

  • Enclosing class:
    S2ShapeMeasures

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

      • apply

        T apply​(int i)