Madan Kumar Epuri
Results
3
comments of
Madan Kumar Epuri
Any ETA on this? Thanks Madan
Here is the code I tried ``` val filterList = Vector(symbolAttributeName(Symbol("symbol1")) -> "value1", symbolAttributeName(Symbol("symbol2")) -> "value2") val conditionList = filterList.map(Condition(_)) val andCondition:Condition[_] = conditionList.foldLeft(conditionList.head: Condition[_])((r,c) => Condition(AndCondition(c, r)): Condition[_]) ```...