Interface S2ShapeMeasures.BiConsumer<T,U>

Enclosing class:
S2ShapeMeasures

private static interface S2ShapeMeasures.BiConsumer<T,U>
A consumer which accepts two arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t, U u)
     
  • Method Details

    • accept

      void accept(T t, U u)