Class DefaultTmaKeyProcessingService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaKeyProcessingService
- All Implemented Interfaces:
TmaKeyProcessingService
Default implementation for
TmaKeyProcessingService.- Since:
- 2302
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Predicate<T>distinctByKey(Function<? super T, ?> keyExtractor) Returns collection having unique values of the given attribute of the object.
-
Constructor Details
-
DefaultTmaKeyProcessingService
public DefaultTmaKeyProcessingService()
-
-
Method Details
-
distinctByKey
Description copied from interface:TmaKeyProcessingServiceReturns collection having unique values of the given attribute of the object.- Specified by:
distinctByKeyin interfaceTmaKeyProcessingService- Parameters:
keyExtractor- the attribute whose unique values are required in the collection.- Returns:
- a collection having unique values of the given attribute of the object.
-