Trait

psp.ext

ScalaLib

Related Doc: package ext

Permalink

trait ScalaLib extends AnyRef

Building a default namespace consciously rather than accretively. Primarily these are various "magic" types which cannot be avoided due to language privilege. An incomplete list:

Linear Supertypes
AnyRef, scala.Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaLib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Any = scala.Any

    Permalink
  2. type AnyRef = AnyRef

    Permalink
  3. type AnyVal = scala.AnyVal

    Permalink
  4. type Array[A] = scala.Array[A]

    Permalink
  5. type BigDecimal = scala.math.BigDecimal

    Permalink
  6. type BigInt = scala.math.BigInt

    Permalink
  7. type Boolean = scala.Boolean

    Permalink
  8. type Byte = scala.Byte

    Permalink
  9. type CTag[A] = ClassTag[A]

    Permalink
  10. type Char = scala.Char

    Permalink
  11. type Double = scala.Double

    Permalink
  12. type Dynamic = scala.Dynamic

    Permalink
  13. type Failure[+A] = scala.util.Failure[A]

    Permalink
  14. type Float = scala.Float

    Permalink
  15. type Int = scala.Int

    Permalink
  16. type Long = scala.Long

    Permalink
  17. type Nothing = scala.Nothing

    Permalink
  18. type Null = scala.Null

    Permalink
  19. type Option[+A] = scala.Option[A]

    Permalink
  20. type Short = scala.Short

    Permalink
  21. type Some[+A] = scala.Some[A]

    Permalink
  22. type StringContext = scala.StringContext

    Permalink
  23. type Success[+A] = scala.util.Success[A]

    Permalink
  24. type Try[+A] = scala.util.Try[A]

    Permalink
  25. type Unit = scala.Unit

    Permalink
  26. type inline = scala.inline

    Permalink
  27. type scIterable[+A] = Iterable[A]

    Permalink
  28. type scIterator[+A] = Iterator[A]

    Permalink
  29. type scMap[K, +V] = Map[K, V]

    Permalink
  30. type scSeq[+A] = Seq[A]

    Permalink
  31. type scSet[A] = Set[A]

    Permalink
  32. type scTraversable[+A] = Traversable[A]

    Permalink
  33. type sciIndexedSeq[+A] = IndexedSeq[A]

    Permalink
  34. type sciList[+A] = List[A]

    Permalink
  35. type sciMap[K, +V] = Map[K, V]

    Permalink
  36. type sciSeq[+A] = Seq[A]

    Permalink
  37. type sciSet[A] = Set[A]

    Permalink
  38. type sciStream[+A] = Stream[A]

    Permalink
  39. type sciVector[+A] = Vector[A]

    Permalink
  40. type scmBuilder[-Elem, +To] = Builder[Elem, To]

    Permalink
  41. type scmMap[K, V] = Map[K, V]

    Permalink
  42. type spec = specialized

    Permalink
  43. type switch = scala.annotation.switch

    Permalink
  44. type tailrec = scala.annotation.tailrec

    Permalink
  45. type transient = scala.transient

    Permalink
  46. type uV = uncheckedVariance

    Permalink
  47. type unchecked = scala.unchecked

    Permalink
  48. type volatile = scala.volatile

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): scala.Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val Array: scala.Array.type

    Permalink
  5. final val Failure: scala.util.Failure.type

    Permalink
  6. final val Nil: scala.collection.immutable.Nil.type

    Permalink
  7. final val None: scala.None.type

    Permalink
  8. final val Option: scala.Option.type

    Permalink
  9. final val Some: scala.Some.type

    Permalink
  10. def StringContext: scala.StringContext.type

    Permalink
  11. final val Success: scala.util.Success.type

    Permalink
  12. final val Try: scala.util.Try.type

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): scala.Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: scala.Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final val sciList: List.type

    Permalink
  25. final val sciMap: Map.type

    Permalink
  26. final val sciSeq: Seq.type

    Permalink
  27. final val sciSet: Set.type

    Permalink
  28. final val sciVector: Vector.type

    Permalink
  29. final val scmMap: Map.type

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): scala.Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from scala.Any

Ungrouped