trait CommonAliases extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonAliases
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ClassTag[T] = scala.reflect.ClassTag[T]
- type ExecutionContext = scala.concurrent.ExecutionContext
- type Failure[+T] = scala.util.Failure[T]
- type Future[+T] = scala.concurrent.Future[T]
- type NOpt[+T] = misc.NOpt[T]
- type Opt[+T] = misc.Opt[T]
- type OptArg[+T] = misc.OptArg[T]
- type OptRef[+T >: Null] = misc.OptRef[T]
- type Promise[T] = scala.concurrent.Promise[T]
- type Success[+T] = scala.util.Success[T]
- type Try[+T] = scala.util.Try[T]
Value Members
- final val ClassTag: scala.reflect.ClassTag.type
- final val ExecutionContext: scala.concurrent.ExecutionContext.type
- final val Failure: scala.util.Failure.type
- final val Future: scala.concurrent.Future.type
- final val NOpt: misc.NOpt.type
- final val NonFatal: scala.util.control.NonFatal.type
- final val Opt: misc.Opt.type
- final val OptArg: misc.OptArg.type
- final val OptRef: misc.OptRef.type
- final val Promise: scala.concurrent.Promise.type
- final val Success: scala.util.Success.type
- final val Try: scala.util.Try.type
- final def classTag[T](implicit arg0: ClassTag[T]): ClassTag[T]