- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for noElementSplitFunction (0.27 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/src/main/kotlin/model/BucketExtensions.kt
expectedBucketNumber: Int, maxNumberInBucket: Int, noElementSplitFunction: (Int) -> List<R> = { throw IllegalArgumentException("More buckets than things to split") }, canRunTogether: (T, T) -> Boolean = { _, _ -> true }, ): List<R> { if (list.isEmpty()) { return noElementSplitFunction(expectedBucketNumber) } if (expectedBucketNumber == 1) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 5.7K bytes - Click Count (0)