Package com.google.common.geometry
Interface S2Cell.DoubleBinaryOperator
-
- Enclosing class:
- S2Cell
private static interface S2Cell.DoubleBinaryOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
applyAsDouble(double a, double b)
Returns the result of this function applied toa
andb
.
-