Object

quasar

Predef

Related Doc: package quasar

Permalink

object Predef extends LowPriorityImplicits

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predef
  2. LowPriorityImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Array[T] = scala.Array[T]

    Permalink
  2. type BigDecimal = scala.math.BigDecimal

    Permalink
  3. type BigInt = scala.math.BigInt

    Permalink
  4. type Boolean = scala.Boolean

    Permalink
  5. type Byte = scala.Byte

    Permalink
  6. type Char = scala.Char

    Permalink
  7. type Double = scala.Double

    Permalink
  8. type IndexedSeq[+A] = scala.collection.IndexedSeq[A]

    Permalink
  9. type Int = scala.Int

    Permalink
  10. type Iterable[+A] = scala.collection.Iterable[A]

    Permalink
  11. type List[+A] = scala.collection.immutable.List[A]

    Permalink
  12. type ListMap[A, +B] = scala.collection.immutable.ListMap[A, B]

    Permalink
  13. type Long = scala.Long

    Permalink
  14. type Map[A, +B] = scala.collection.immutable.Map[A, B]

    Permalink
  15. type Nothing = scala.Nothing

    Permalink
  16. type Option[A] = scala.Option[A]

    Permalink
  17. type PartialFunction[-A, +B] = scala.PartialFunction[A, B]

    Permalink
  18. type RuntimeException = java.lang.RuntimeException

    Permalink
  19. type Seq[+A] = scala.collection.immutable.Seq[A]

    Permalink
  20. type Set[A] = scala.collection.immutable.Set[A]

    Permalink
  21. type Short = scala.Short

    Permalink
  22. type Stream[+A] = scala.collection.immutable.Stream[A]

    Permalink
  23. type String = java.lang.String

    Permalink
  24. type SuppressWarnings = java.lang.SuppressWarnings

    Permalink
  25. type Symbol = scala.Symbol

    Permalink
  26. type Throwable = java.lang.Throwable

    Permalink
  27. type Unit = scala.Unit

    Permalink
  28. type Vector[+A] = scala.collection.immutable.Vector[A]

    Permalink
  29. type deprecated = scala.deprecated

    Permalink
  30. type inline = scala.inline

    Permalink
  31. type tailrec = scala.annotation.tailrec

    Permalink

Value Members

  1. final def !=(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. val #::: scala.collection.immutable.Stream.#::.type

    Permalink
  4. implicit def $conforms[A]: <:<[A, A]

    Permalink
    Annotations
    @SuppressWarnings()
  5. val ::: scala.collection.immutable.::.type

    Permalink
  6. final def ==(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def ???: Nothing

    Permalink
    Annotations
    @SuppressWarnings()
  8. val Array: scala.Array.type

    Permalink
  9. implicit def ArrowAssoc[A]: (A) ⇒ ArrowAssoc[A]

    Permalink
  10. val BigDecimal: scala.math.BigDecimal.type

    Permalink
  11. val BigInt: scala.math.BigInt.type

    Permalink
  12. val Function: scala.Function.type

    Permalink
  13. val Int: scala.Int.type

    Permalink
  14. val List: scala.collection.immutable.List.type

    Permalink
  15. val ListMap: scala.collection.immutable.ListMap.type

    Permalink
  16. val Long: scala.Long.type

    Permalink
  17. val Map: scala.collection.immutable.Map.type

    Permalink
  18. val Nil: scala.collection.immutable.Nil.type

    Permalink
  19. val None: scala.None.type

    Permalink
  20. val Option: scala.Option.type

    Permalink
  21. val PartialFunction: scala.PartialFunction.type

    Permalink
  22. val Set: scala.collection.immutable.Set.type

    Permalink
  23. val Short: scala.Short.type

    Permalink
  24. val Some: scala.Some.type

    Permalink
  25. val Stream: scala.collection.immutable.Stream.type

    Permalink
  26. val StringContext: scala.StringContext.type

    Permalink
  27. val Symbol: scala.Symbol.type

    Permalink
  28. val Vector: scala.collection.immutable.Vector.type

    Permalink
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. implicit def augmentString(x: String): scala.collection.immutable.StringOps

    Permalink
  31. implicit val booleanWrapper: (Boolean) ⇒ RichBoolean

    Permalink
  32. implicit val charWrapper: (Char) ⇒ RichChar

    Permalink
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. implicit val doubleWrapper: (Double) ⇒ RichDouble

    Permalink
  35. final def eq(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. def finalize(): scala.Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. implicit def genericArrayOps[T]: (Array[T]) ⇒ ArrayOps[T]

    Permalink
  39. implicit def genericWrapArray[T]: (scala.Array[T]) ⇒ WrappedArray[T]

    Permalink
    Definition Classes
    LowPriorityImplicits
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def hashCode(): scala.Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. implicit val intWrapper: (Int) ⇒ RichInt

    Permalink
  43. final def isInstanceOf[T0]: scala.Boolean

    Permalink
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): scala.Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): scala.Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): scala.Unit

    Permalink
    Definition Classes
    AnyRef
  47. def print(x: Any): scala.Unit

    Permalink
  48. def println(x: Any): scala.Unit

    Permalink
  49. def println(): scala.Unit

    Permalink
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toString(): java.lang.String

    Permalink
    Definition Classes
    AnyRef → Any
  52. implicit val unwrapString: (WrappedString) ⇒ String

    Permalink
  53. final def wait(): scala.Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: scala.Long, arg1: scala.Int): scala.Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: scala.Long): scala.Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. implicit val wrapString: (String) ⇒ WrappedString

    Permalink

Inherited from LowPriorityImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped