@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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.
@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–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.ranges/contains.html