Interface FilteredActivityMapper.Filter

Enclosing class:
FilteredActivityMapper

public static interface FilteredActivityMapper.Filter
Implemented by objects that want to interpret one place as another.
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(Place place)
    Returns the filtered interpretation of the given Place.
  • Method Details

    • filter

      Place filter(Place place)
      Returns the filtered interpretation of the given Place.
      Parameters:
      place - the input Place.
      Returns:
      the output Place.