Uses of Interface
de.hybris.platform.adaptivesearch.util.MergeFunction
-
Packages that use MergeFunction Package Description de.hybris.platform.adaptivesearch.strategies.impl de.hybris.platform.adaptivesearch.util -
-
Uses of MergeFunction in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type MergeFunction Modifier and Type Method Description voidDefaultMergeMap. mergeAfter(MergeMap<K,AsConfigurationHolder<T,R>> source, MergeFunction<K,AsConfigurationHolder<T,R>> mergeFunction)voidDefaultMergeMap. mergeBefore(MergeMap<K,AsConfigurationHolder<T,R>> source, MergeFunction<K,AsConfigurationHolder<T,R>> mergeFunction) -
Uses of MergeFunction in de.hybris.platform.adaptivesearch.util
Methods in de.hybris.platform.adaptivesearch.util with parameters of type MergeFunction Modifier and Type Method Description voidMergeMap. mergeAfter(MergeMap<K,V> source, MergeFunction<K,V> mergeFunction)Merges both maps, all entries from source map are added to this map.voidMergeMap. mergeBefore(MergeMap<K,V> source, MergeFunction<K,V> mergeFunction)Merges both maps, all entries from source map are added to this map.
-