API Reference 0.3.24dart_web_toolkit_activityActivityMapperFilter

ActivityMapperFilter abstract class

Implemented by objects that want to interpret one place as another.

abstract class ActivityMapperFilter {
 /**
  * Returns the filtered interpretation of the given {@link Place}.
 *
  * @param place the input {@link Place}.
  * @return the output {@link Place}.
  */
 Place filter(Place place);
}

Methods

abstract Place filter(Place place) #

Returns the filtered interpretation of the given {@link Place}.

@param place the input {@link Place}. @return the output {@link Place}.