Searched refs:toSeptuple (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/ |
D | Utils.kt | 46 fun <A, B, C, D, E, F, G> toSeptuple(a: A, bcdefg: Sextuple<B, C, D, E, F, G>) = in <lambda>() method 135 return this.sample(combine(b, c, d, e, f, g, ::Sextuple), ::toSeptuple) in <lambda>()
|