Interface Shape2Sql.BarProcessor

Enclosing class:
Shape2Sql
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 Shape2Sql.BarProcessor
Defines some kind of processing of bar information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    processBar(String name, String url, String geometry)
    Processes the given bar information.
  • Method Details

    • processBar

      void processBar(String name, String url, String geometry)
      Processes the given bar information.
      Parameters:
      name - the name of the bar
      url - a URL to the home page of the bar
      geometry - the geometric shape of the bar