Interface ReactiveFindOperation.TerminatingFindNear<T>

Enclosing interface:
ReactiveFindOperation

public static interface ReactiveFindOperation.TerminatingFindNear<T>
Compose geonear execution by calling one of the terminating methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    all()
    Find all matching elements and return them as GeoResult.
  • Method Details