Uses of Interface
de.hybris.platform.adaptivesearch.util.MergeFunction
Packages that use MergeFunction
Package
Description
-
Uses of MergeFunction in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type MergeFunctionModifier and TypeMethodDescriptionvoidDefaultMergeMap.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 MergeFunctionModifier and TypeMethodDescriptionvoidMergeMap.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.