Package com.google.common.geometry
Interface S2ShapeMeasures.IntFunction<T>
-
- Enclosing class:
- S2ShapeMeasures
private static interface S2ShapeMeasures.IntFunction<T>
A function which accepts an int.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(int i)
-
-
-
Method Detail
-
apply
T apply(int i)
-
-