Class MappingOperationModifier

All Implemented Interfaces:
Comparable<Modifier>, Function<Numeral,Numeral>, Dependency, Dependent, Modifier

public class MappingOperationModifier extends OperationModifier
An extension of OperationModifier that works with MappingOperationChain. Includes MappingOperationModifier.SpecialValue, the Value equivalent of MappingOperationChain.SpecialNumeral, with the static convenience methods sourceValue() and resultValue(int). Has a MappingOperationModifier.Builder for convenience that tracks the number of parameters when using MappingOperationModifier.Builder.operation(Operation, Value...), throwing IllegalArgumentException if the amount of parameters is not correct. The builder also throws IllegalArgumentException if a SpecialValue is given as a parameter that refers to a future operation.