RPayTaxCalcList.fold Method [AX 2012]

Folds amounts.

public Object fold(
    IRPayTaxCalcFunctor _functor, 
    Object _initialState, 
    Object _context)

Run On

Called

Parameters

_functor
Type: IRPayTaxCalcFunctor Interface
The functor.
_initialState
Type: Object Class
Applies functor to elements.
_context
Type: Object Class
The context.

Return Value

Type: Object Class
The calculatin state.

Community Additions

ADD
Show: