Searched defs:prevVal (Results 1 – 4 of 4) sorted by relevance
76 return this.pairwiseBy(getInitialValue) { prevVal: T, newVal: T -> in logDiffsForTable() method96 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Boolean -> in logDiffsForTable() method115 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Int -> in logDiffsForTable() method134 return this.pairwiseBy(initialValueFun) { prevVal, newVal: Int? -> in logDiffsForTable() method153 return this.pairwiseBy(initialValueFun) { prevVal, newVal: String? -> in logDiffsForTable() method172 return this.pairwiseBy(initialValueFun) { prevVal, newVal: List<T> -> in logDiffsForTable() method
58 val prevVal = in <lambda>() constant143 val prevVal = in <lambda>() constant
327 var prevVal = startValue in <lambda>() variable
318 .mapNotNull { (prevVal: Int?, newVal: Int?) -> in <lambda>() method