Class FilterChangePriceQuantity.FilterChangePriceQuantityDefault
java.lang.Object
cdm.product.common.settlement.functions.FilterChangePriceQuantity
cdm.product.common.settlement.functions.FilterChangePriceQuantity.FilterChangePriceQuantityDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
FilterChangePriceQuantity
public static class FilterChangePriceQuantity.FilterChangePriceQuantityDefault
extends FilterChangePriceQuantity
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.common.settlement.functions.FilterChangePriceQuantity
FilterChangePriceQuantity.FilterChangePriceQuantityDefault -
Field Summary
Fields inherited from class cdm.product.common.settlement.functions.FilterChangePriceQuantity
objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<PriceQuantity.PriceQuantityBuilder> assignOutput(List<PriceQuantity.PriceQuantityBuilder> filteredChange, PriceQuantity priceQuantity, List<? extends PriceQuantity> change) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> changeWithMatchingObservable(PriceQuantity priceQuantity, List<? extends PriceQuantity> change) protected List<PriceQuantity.PriceQuantityBuilder> doEvaluate(PriceQuantity priceQuantity, List<? extends PriceQuantity> change) Methods inherited from class cdm.product.common.settlement.functions.FilterChangePriceQuantity
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
FilterChangePriceQuantityDefault
public FilterChangePriceQuantityDefault()
-
-
Method Details
-
doEvaluate
protected List<PriceQuantity.PriceQuantityBuilder> doEvaluate(PriceQuantity priceQuantity, List<? extends PriceQuantity> change) - Specified by:
doEvaluatein classFilterChangePriceQuantity
-
assignOutput
protected List<PriceQuantity.PriceQuantityBuilder> assignOutput(List<PriceQuantity.PriceQuantityBuilder> filteredChange, PriceQuantity priceQuantity, List<? extends PriceQuantity> change) -
changeWithMatchingObservable
protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> changeWithMatchingObservable(PriceQuantity priceQuantity, List<? extends PriceQuantity> change) - Specified by:
changeWithMatchingObservablein classFilterChangePriceQuantity
-