Interface AddressProviderResultOperation
- All Superinterfaces:
BiFunction<List<LocationBean>,
LocationSearchBean, List<LocationBean>>
public interface AddressProviderResultOperation
extends BiFunction<List<LocationBean>,LocationSearchBean,List<LocationBean>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault List
<LocationBean> apply
(List<LocationBean> locations, LocationSearchBean locationSearchBean) Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
default List<LocationBean> apply(List<LocationBean> locations, LocationSearchBean locationSearchBean) - Specified by:
apply
in interfaceBiFunction<List<LocationBean>,
LocationSearchBean, List<LocationBean>>
-