Uses of Interface
com.regnosys.rosetta.rosetta.expression.ListOperation
Packages that use ListOperation
Package
Description
-
Uses of ListOperation in com.regnosys.rosetta.rosetta.expression
Subinterfaces of ListOperation in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Distinct Operation'.interfaceA representation of the model object 'First Operation'.interfaceA representation of the model object 'Flatten Operation'.interfaceA representation of the model object 'Last Operation'.interfaceA representation of the model object 'Max Operation'.interfaceA representation of the model object 'Min Operation'.interfaceA representation of the model object 'Reduce Operation'.interfaceA representation of the model object 'Reverse Operation'.interfaceA representation of the model object 'Rosetta Only Element'.interfaceA representation of the model object 'Sort Operation'.interfaceA representation of the model object 'Sum Operation'. -
Uses of ListOperation in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement ListOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'Distinct Operation'.classAn implementation of the model object 'First Operation'.classAn implementation of the model object 'Flatten Operation'.classAn implementation of the model object 'Last Operation'.classAn implementation of the model object 'Max Operation'.classAn implementation of the model object 'Min Operation'.classAn implementation of the model object 'Reduce Operation'.classAn implementation of the model object 'Reverse Operation'.classAn implementation of the model object 'Rosetta Only Element'.classAn implementation of the model object 'Sort Operation'.classAn implementation of the model object 'Sum Operation'. -
Uses of ListOperation in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type ListOperationModifier and TypeMethodDescriptionExpressionSwitch.caseListOperation(ListOperation object) Returns the result of interpreting the object as an instance of 'List Operation'.