Interface OptionalLocationProvider

All Known Subinterfaces:
User

public interface OptionalLocationProvider
Represents an object that optionally provides a Location.
Since:
13.0
  • Method Details

    • getLocation

      Optional<Location> getLocation()
      Returns the optional Location.
      Returns:
      the location if present, otherwise an empty optional
      Since:
      12.0