Package com.google.common.geometry
Interface S2ShapeMeasures.BiConsumer<T,U>
-
- Enclosing class:
- S2ShapeMeasures
private static interface S2ShapeMeasures.BiConsumer<T,U>
A consumer which accepts two arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(T t, U u)
-