Uses of Interface
mondrian.calc.TupleList.PositionCallback
-
Packages that use TupleList.PositionCallback Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions. -
-
Uses of TupleList.PositionCallback in mondrian.calc
Methods in mondrian.calc with parameters of type TupleList.PositionCallback Modifier and Type Method Description TupleList
TupleList. withPositionCallback(TupleList.PositionCallback positionCallback)
-
Uses of TupleList.PositionCallback in mondrian.calc.impl
Methods in mondrian.calc.impl with parameters of type TupleList.PositionCallback Modifier and Type Method Description TupleList
DelegatingTupleList. withPositionCallback(TupleList.PositionCallback positionCallback)
TupleList
UnaryTupleList. withPositionCallback(TupleList.PositionCallback positionCallback)
-