added a hacky work around until KT-1524 is resolved so we don't have any bad wiki links in the api docs
This commit is contained in:
@@ -3,7 +3,7 @@ package kotlin
|
||||
import java.util.Comparator
|
||||
|
||||
/**
|
||||
* Helper method for implementing [[Comparable<T>]] methods using a list of functions
|
||||
* Helper method for implementing [[Comparable]] methods using a list of functions
|
||||
* to calculate the values to compare
|
||||
*/
|
||||
inline fun <T> compareBy(a: T?, b: T?, vararg functions: Function1<T, Any?>): Int {
|
||||
|
||||
Reference in New Issue
Block a user