You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
58
59
def<<(x: Long):Int
59
60
/**
60
61
* Returns this value bit-shifted right by the specified number of bits,
@@ -77,6 +78,7 @@ final abstract class Byte private extends AnyVal {
77
78
* // 00011111 11111111 11111111 11111101
78
79
* }}}
79
80
*/
81
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
80
82
def>>>(x: Long):Int
81
83
/**
82
84
* Returns this value bit-shifted right by the specified number of bits,
@@ -99,6 +101,7 @@ final abstract class Byte private extends AnyVal {
99
101
* // 11111111 11111111 11111111 11111101
100
102
* }}}
101
103
*/
104
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
102
105
def>>(x: Long):Int
103
106
104
107
/** Returns `true` if this value is equal to x, `false` otherwise. */
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
58
59
def<<(x: Long):Int
59
60
/**
60
61
* Returns this value bit-shifted right by the specified number of bits,
@@ -77,6 +78,7 @@ final abstract class Char private extends AnyVal {
77
78
* // 00011111 11111111 11111111 11111101
78
79
* }}}
79
80
*/
81
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
80
82
def>>>(x: Long):Int
81
83
/**
82
84
* Returns this value bit-shifted right by the specified number of bits,
@@ -99,6 +101,7 @@ final abstract class Char private extends AnyVal {
99
101
* // 11111111 11111111 11111111 11111101
100
102
* }}}
101
103
*/
104
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
102
105
def>>(x: Long):Int
103
106
104
107
/** Returns `true` if this value is equal to x, `false` otherwise. */
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
58
59
def<<(x: Long):Int
59
60
/**
60
61
* Returns this value bit-shifted right by the specified number of bits,
@@ -77,6 +78,7 @@ final abstract class Int private extends AnyVal {
77
78
* // 00011111 11111111 11111111 11111101
78
79
* }}}
79
80
*/
81
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
80
82
def>>>(x: Long):Int
81
83
/**
82
84
* Returns this value bit-shifted right by the specified number of bits,
@@ -99,6 +101,7 @@ final abstract class Int private extends AnyVal {
99
101
* // 11111111 11111111 11111111 11111101
100
102
* }}}
101
103
*/
104
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
102
105
def>>(x: Long):Int
103
106
104
107
/** Returns `true` if this value is equal to x, `false` otherwise. */
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
58
59
def<<(x: Long):Int
59
60
/**
60
61
* Returns this value bit-shifted right by the specified number of bits,
@@ -77,6 +78,7 @@ final abstract class Short private extends AnyVal {
77
78
* // 00011111 11111111 11111111 11111101
78
79
* }}}
79
80
*/
81
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
80
82
def>>>(x: Long):Int
81
83
/**
82
84
* Returns this value bit-shifted right by the specified number of bits,
@@ -99,6 +101,7 @@ final abstract class Short private extends AnyVal {
99
101
* // 11111111 11111111 11111111 11111101
100
102
* }}}
101
103
*/
104
+
@deprecated("shifting a value by a `Long` argument is deprecated (except when the value is a `Long`).\nCall `toInt` on the argument to maintain the current behavior and avoid the deprecation warning.", "2.12.7")
102
105
def>>(x: Long):Int
103
106
104
107
/** Returns `true` if this value is equal to x, `false` otherwise. */
0 commit comments