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.

@FunctionalInterface public static interface SpatialEnvelopeResults.TypedResultsConsumer<T>
A functional interface for consuming results that need access to the spatial coordinate type.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T results, org.elasticsearch.geometry.Rectangle rectangle, SpatialCoordinateTypes type)
     
  • Method Details