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