Showing content from http://www.scala-lang.org/api/2.12.19/scala/Predef$.html below:
Scala Standard Library 2.12.19 - scala.Predef
object Predef extends LowPriorityImplicits with DeprecatedPredef
î· î
Ordering
- Grouped
- Alphabetic
- By Inheritance
Inherited
- Predef
- DeprecatedPredef
- LowPriorityImplicits
- AnyRef
- Any
Type Members
- î
sealed abstract class <:<[-From, +To] extends (From) â To with Serializable
- î
sealed abstract class =:=[From, To] extends (From) â To with Serializable
- î
implicit final class ArrowAssoc[A] extends AnyVal
- î
type Class[T] = java.lang.Class[T]
- î
class DummyImplicit extends AnyRef
- î
implicit final class Ensuring[A] extends AnyVal
- î
type Function[-A, +B] = (A) â B
- î
type Manifest[T] = reflect.Manifest[T]
- î
type Map[A, +B] = collection.immutable.Map[A, B]
- î
type OptManifest[T] = reflect.OptManifest[T]
- î
implicit final class RichException extends AnyVal
- î
final class SeqCharSequence extends CharSequence
- î
type Set[A] = collection.immutable.Set[A]
- î
type String = java.lang.String
- î
implicit final class StringFormat[A] extends AnyVal
- î
implicit final class any2stringadd[A] extends AnyVal
- î
final class ArrayCharSequence extends CharSequence
- î
type ClassManifest[T] = ClassTag[T]
- î
type Pair[+A, +B] = (A, B)
- î
type Triple[+A, +B, +C] = (A, B, C)
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
implicit def $conforms[A]: <:<[A, A]
- î
final def ==(arg0: Any): Boolean
- î
def ???: Nothing
- î
def ArrayCharSequence(arrayOfChars: Array[Char]): ArrayCharSequence
- î
implicit def Boolean2boolean(x: java.lang.Boolean): Boolean
- î
implicit def Byte2byte(x: java.lang.Byte): Byte
- î
implicit def Character2char(x: Character): Char
- î
implicit def Double2double(x: java.lang.Double): Double
- î
implicit def Float2float(x: java.lang.Float): Float
- î
implicit def Integer2int(x: Integer): Int
- î
implicit def Long2long(x: java.lang.Long): Long
- î
val Manifest: ManifestFactory.type
- î
val Map: collection.immutable.Map.type
- î
val NoManifest: reflect.NoManifest.type
- î
def SeqCharSequence(sequenceOfChars: collection.IndexedSeq[Char]): SeqCharSequence
- î
val Set: collection.immutable.Set.type
- î
implicit def Short2short(x: java.lang.Short): Short
- î
implicit val StringCanBuildFrom: CanBuildFrom[String, Char, String]
- î
final def asInstanceOf[T0]: T0
- î
final def assert(assertion: Boolean, message: â Any): Unit
- î
def assert(assertion: Boolean): Unit
- î
final def assume(assumption: Boolean, message: â Any): Unit
- î
def assume(assumption: Boolean): Unit
- î
implicit def augmentString(x: String): StringOps
- î
implicit def boolean2Boolean(x: Boolean): java.lang.Boolean
- î
implicit def booleanArrayOps(xs: Array[Boolean]): ofBoolean
- î
implicit def booleanWrapper(x: Boolean): RichBoolean
- î
implicit def byte2Byte(x: Byte): java.lang.Byte
- î
implicit def byteArrayOps(xs: Array[Byte]): ofByte
- î
implicit def byteWrapper(x: Byte): RichByte
- î
implicit def char2Character(x: Char): Character
- î
implicit def charArrayOps(xs: Array[Char]): ofChar
- î
implicit def charWrapper(c: Char): RichChar
- î
def classOf[T]: Class[T]
- î
def clone(): AnyRef
- î
implicit def double2Double(x: Double): java.lang.Double
- î
implicit def doubleArrayOps(xs: Array[Double]): ofDouble
- î
implicit def doubleWrapper(x: Double): RichDouble
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(arg0: Any): Boolean
- î
implicit def fallbackStringCanBuildFrom[T]: CanBuildFrom[String, T, collection.immutable.IndexedSeq[T]]
- î
def finalize(): Unit
- î
implicit def float2Float(x: Float): java.lang.Float
- î
implicit def floatArrayOps(xs: Array[Float]): ofFloat
- î
implicit def floatWrapper(x: Float): RichFloat
- î
implicit def genericArrayOps[T](xs: Array[T]): ArrayOps[T]
- î
implicit def genericWrapArray[T](xs: Array[T]): WrappedArray[T]
- î
final def getClass(): java.lang.Class[_]
- î
def hashCode(): Int
- î
def identity[A](x: A): A
- î
def implicitly[T](implicit e: T): T
- î
implicit def int2Integer(x: Int): Integer
- î
implicit def intArrayOps(xs: Array[Int]): ofInt
- î
implicit def intWrapper(x: Int): RichInt
- î
final def isInstanceOf[T0]: Boolean
- î
def locally[T](x: T): T
- î
implicit def long2Long(x: Long): java.lang.Long
- î
implicit def longArrayOps(xs: Array[Long]): ofLong
- î
implicit def longWrapper(x: Long): RichLong
- î
def manifest[T](implicit m: Manifest[T]): Manifest[T]
- î
final def ne(arg0: AnyRef): Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def optManifest[T](implicit m: OptManifest[T]): OptManifest[T]
- î
def print(x: Any): Unit
- î
def printf(text: String, xs: Any*): Unit
- î
def println(x: Any): Unit
- î
def println(): Unit
- î
implicit def refArrayOps[T <: AnyRef](xs: Array[T]): ofRef[T]
- î
final def require(requirement: Boolean, message: â Any): Unit
- î
def require(requirement: Boolean): Unit
- î
implicit def short2Short(x: Short): java.lang.Short
- î
implicit def shortArrayOps(xs: Array[Short]): ofShort
- î
implicit def shortWrapper(x: Short): RichShort
- î
final def synchronized[T0](arg0: â T0): T0
- î
def toString(): java.lang.String
- î
implicit def tuple2ToZippedOps[T1, T2](x: (T1, T2)): Ops[T1, T2]
- î
implicit def tuple3ToZippedOps[T1, T2, T3](x: (T1, T2, T3)): Ops[T1, T2, T3]
- î
implicit def unaugmentString(x: StringOps): String
- î
implicit def unitArrayOps(xs: Array[Unit]): ofUnit
- î
implicit def unwrapString(ws: WrappedString): String
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
implicit def wrapBooleanArray(xs: Array[Boolean]): WrappedArray[Boolean]
- î
implicit def wrapByteArray(xs: Array[Byte]): WrappedArray[Byte]
- î
implicit def wrapCharArray(xs: Array[Char]): WrappedArray[Char]
- î
implicit def wrapDoubleArray(xs: Array[Double]): WrappedArray[Double]
- î
implicit def wrapFloatArray(xs: Array[Float]): WrappedArray[Float]
- î
implicit def wrapIntArray(xs: Array[Int]): WrappedArray[Int]
- î
implicit def wrapLongArray(xs: Array[Long]): WrappedArray[Long]
- î
implicit def wrapRefArray[T <: AnyRef](xs: Array[T]): WrappedArray[T]
- î
implicit def wrapShortArray(xs: Array[Short]): WrappedArray[Short]
- î
implicit def wrapString(s: String): WrappedString
- î
implicit def wrapUnitArray(xs: Array[Unit]): WrappedArray[Unit]
- î
object =:= extends Serializable
- î
object DummyImplicit
Inherited from DeprecatedPredef
Inherited from LowPriorityImplicits
Utility Methods
Ungrouped
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4