Trait

com.bryghts.ftypes.async

AnyBase

Related Doc: package async

Permalink

trait AnyBase[A, FA <: AnyBase[A, FA]] extends AnyRef

Created by Marc Esquerrà on 22/01/2015.

Self Type
AnyBase[A, FA]
Linear Supertypes
AnyRef, scala.Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnyBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract def executionContext: ExecutionContext

    Permalink
  2. abstract val future: Future[A]

    Permalink

Concrete 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. def =!=[VFB, FB >: FA <: Any[FB]](x: VFB)(implicit f: (VFB) ⇒ FB): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ===[VFB, FB >: FA <: Any[FB]](x: VFB)(implicit f: (VFB) ⇒ FB): Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def unsafeEquals[FB <: Any[_]](x: FB): Boolean

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

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

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

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

Inherited from AnyRef

Inherited from scala.Any

Ungrouped