Interface S2Cell.DoubleBinaryOperator

Enclosing class:
S2Cell

private static interface S2Cell.DoubleBinaryOperator
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    applyAsDouble(double a, double b)
    Returns the result of this function applied to a and b.
  • Method Details

    • applyAsDouble

      double applyAsDouble(double a, double b)
      Returns the result of this function applied to a and b.