@DeprecatedSinceKotlin("1.4") fun Array<out Double>.min(): Double?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun Array<out Float>.min(): Float?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun <T : Comparable<T>> Array<out T>.min(): T?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun ByteArray.min(): Byte?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun ShortArray.min(): Short?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun IntArray.min(): Int?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun LongArray.min(): Long?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun FloatArray.min(): Float?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun DoubleArray.min(): Double?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun CharArray.min(): Char?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun Iterable<Double>.min(): Double?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun Iterable<Float>.min(): Float?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") fun <T : Comparable<T>> Iterable<T>.min(): T?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun UIntArray.min(): UInt?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun ULongArray.min(): ULong?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun UByteArray.min(): UByte?Deprecated: Use minOrNull instead.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun UShortArray.min(): UShort?Deprecated: Use minOrNull instead.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/min.html