Interface Operation

All Superinterfaces:
BiFunction<Numeral,Numeral[],Numeral>
All Known Subinterfaces:
DualParameterOperation, SingleParameterOperation, SourceOperation
All Known Implementing Classes:
MappingOperationChain, OperationChain

public interface Operation extends BiFunction<Numeral,Numeral[],Numeral>
An Operation represents a math operation that has one input and an arbitrary number of parameters. When used with Value.apply(Operation, MathContext, Numeral...) or any of the other apply methods in Value and ValueMap, the Value is used as the input.