@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("doubleRangeContains") operator fun ClosedRange<Double>.contains( value: Byte ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("floatRangeContains") operator fun ClosedRange<Float>.contains( value: Byte ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("intRangeContains") operator fun ClosedRange<Int>.contains( value: Double ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("longRangeContains") operator fun ClosedRange<Long>.contains( value: Double ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("byteRangeContains") operator fun ClosedRange<Byte>.contains( value: Double ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("shortRangeContains") operator fun ClosedRange<Short>.contains( value: Double ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("intRangeContains") operator fun ClosedRange<Int>.contains( value: Float ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("longRangeContains") operator fun ClosedRange<Long>.contains( value: Float ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("byteRangeContains") operator fun ClosedRange<Byte>.contains( value: Float ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("shortRangeContains") operator fun ClosedRange<Short>.contains( value: Float ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("doubleRangeContains") operator fun ClosedRange<Double>.contains( value: Int ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("floatRangeContains") operator fun ClosedRange<Float>.contains( value: Int ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("doubleRangeContains") operator fun ClosedRange<Double>.contains( value: Long ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("floatRangeContains") operator fun ClosedRange<Float>.contains( value: Long ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("doubleRangeContains") operator fun ClosedRange<Double>.contains( value: Short ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
@DeprecatedSinceKotlin("1.3", "1.4") @JvmName("floatRangeContains") operator fun ClosedRange<Float>.contains( value: Short ): BooleanDeprecated: This `contains` operation mixing integer and floating point arguments has ambiguous semantics and is going to be removed.
Checks if the specified value belongs to this range.
© 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.ranges/contains.html