Packages

trait CommonAliases extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonAliases
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ClassTag[T] = scala.reflect.ClassTag[T]
  2. type ExecutionContext = scala.concurrent.ExecutionContext
  3. type Failure[+T] = scala.util.Failure[T]
  4. type Future[+T] = scala.concurrent.Future[T]
  5. type NOpt[+T] = misc.NOpt[T]
  6. type Opt[+T] = misc.Opt[T]
  7. type OptArg[+T] = misc.OptArg[T]
  8. type OptRef[+T >: Null] = misc.OptRef[T]
  9. type Promise[T] = scala.concurrent.Promise[T]
  10. type Success[+T] = scala.util.Success[T]
  11. type Try[+T] = scala.util.Try[T]

Value Members

  1. final val ClassTag: scala.reflect.ClassTag.type
  2. final val ExecutionContext: scala.concurrent.ExecutionContext.type
  3. final val Failure: scala.util.Failure.type
  4. final val Future: scala.concurrent.Future.type
  5. final val NOpt: misc.NOpt.type
  6. final val NonFatal: scala.util.control.NonFatal.type
  7. final val Opt: misc.Opt.type
  8. final val OptArg: misc.OptArg.type
  9. final val OptRef: misc.OptRef.type
  10. final val Promise: scala.concurrent.Promise.type
  11. final val Success: scala.util.Success.type
  12. final val Try: scala.util.Try.type
  13. final def classTag[T](implicit arg0: ClassTag[T]): ClassTag[T]