Interface SpatialEnvelopeResults.TypedResultsConsumer<T>
- Enclosing class:
SpatialEnvelopeResults<T extends Block.Builder>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for consuming results that need access to the spatial coordinate type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(T results, org.elasticsearch.geometry.Rectangle rectangle, SpatialCoordinateTypes type)
-
Method Details
-
accept
-