scala
LowPriorityImplicits
class
LowPriorityImplicits
extends AnyRef
Instance constructors
-
new
LowPriorityImplicits
()
Value Members
-
def
!=
(
arg0
: AnyRef
)
: Boolean
-
def
!=
(
arg0
: Any
)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(
arg0
: AnyRef
)
: Boolean
-
def
==
(
arg0
: Any
)
: Boolean
-
implicit def
Boolean2booleanNullConflict
(
x
: Null
)
: Boolean
-
implicit def
Byte2byteNullConflict
(
x
: Null
)
: Byte
-
implicit def
Character2charNullConflict
(
x
: Null
)
: Char
-
implicit def
Double2doubleNullConflict
(
x
: Null
)
: Double
-
implicit def
Float2floatNullConflict
(
x
: Null
)
: Float
-
implicit def
Integer2intNullConflict
(
x
: Null
)
: Int
-
implicit def
Long2longNullConflict
(
x
: Null
)
: Long
-
implicit def
Short2shortNullConflict
(
x
: Null
)
: Short
-
def
asInstanceOf
[T0]
: T0
-
implicit def
booleanWrapper
(
x
: Boolean
)
: RichBoolean
-
implicit def
byteWrapper
(
x
: Byte
)
: RichByte
-
implicit def
charWrapper
(
c
: Char
)
: RichChar
-
def
clone
()
: AnyRef
-
implicit def
doubleWrapper
(
x
: Double
)
: RichDouble
-
def
eq
(
arg0
: AnyRef
)
: Boolean
-
def
equals
(
arg0
: Any
)
: Boolean
-
implicit def
fallbackStringCanBuildFrom
[T]
: CanBuildFrom[String, T, IndexedSeq[T]]
-
def
finalize
()
: Unit
-
implicit def
floatWrapper
(
x
: Float
)
: RichFloat
-
implicit def
genericWrapArray
[T]
(
xs
: Array[T]
)
: WrappedArray[T]
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
implicit def
intWrapper
(
x
: Int
)
: RichInt
-
def
isInstanceOf
[T0]
: Boolean
-
implicit def
longWrapper
(
x
: Long
)
: RichLong
-
def
ne
(
arg0
: AnyRef
)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
implicit def
shortWrapper
(
x
: Short
)
: RichShort
-
def
synchronized
[T0]
(
arg0
: ⇒ T0
)
: T0
-
def
toString
()
: String
-
implicit def
unwrapString
(
ws
: WrappedString
)
: String
-
def
wait
()
: Unit
-
def
wait
(
arg0
: Long
,
arg1
: Int
)
: Unit
-
def
wait
(
arg0
: Long
)
: Unit
-
-
-
-
-
-
-
-
implicit def
wrapRefArray
[T <: AnyRef]
(
xs
: Array[T]
)
: WrappedArray[T]
-
-
implicit def
wrapString
(
s
: String
)
: WrappedString
-
Inherited from AnyRef
Value Members
-
def
!=
(
arg0
: AnyRef
)
: Boolean
-
def
##
()
: Int
-
def
$asInstanceOf
[T0]
()
: T0
-
def
$isInstanceOf
[T0]
()
: Boolean
-
def
==
(
arg0
: AnyRef
)
: Boolean
-
def
clone
()
: AnyRef
-
def
eq
(
arg0
: AnyRef
)
: Boolean
-
def
equals
(
arg0
: Any
)
: Boolean
-
def
finalize
()
: Unit
-
def
getClass
()
: java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
()
: Int
-
def
ne
(
arg0
: AnyRef
)
: Boolean
-
def
notify
()
: Unit
-
def
notifyAll
()
: Unit
-
def
synchronized
[T0]
(
arg0
: ⇒ T0
)
: T0
-
def
toString
()
: String
-
def
wait
()
: Unit
-
def
wait
(
arg0
: Long
,
arg1
: Int
)
: Unit
-
def
wait
(
arg0
: Long
)
: Unit
Inherited from Any
Value Members
-
def
!=
(
arg0
: Any
)
: Boolean
-
def
==
(
arg0
: Any
)
: Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
The
LowPriorityImplicits
class provides implicit values that are valid in all Scala compilation units without explicit qualification, but that are partially overridden by higher-priority conversions in objectPredef
.