com.paulbutcher.test

TestTrait

trait TestTrait extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestTrait
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait ATrait extends AnyRef

  2. trait Embedded extends AnyRef

Abstract Value Members

  1. abstract def +(x: TestTrait): TestTrait

  2. abstract val aVal: String

  3. abstract val aVar: String

  4. abstract def byNameParam(x: ⇒ Int): String

  5. abstract def contextBound[T](x: T)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): String

  6. abstract def curried(x: Int)(y: Double): String

  7. abstract def explicitPackageReference(x: YetAnotherClass): YetAnotherClass

  8. abstract def explicitPackageUpperBound[T <: YetAnotherClass](x: T): T

  9. abstract val fnVal: (String) ⇒ Int

  10. abstract def implicitParam(x: Int)(implicit y: Double): String

  11. abstract def lowerBound[T >: U, U](x: T, y: List[U]): String

  12. abstract def noParams(): String

  13. abstract def nullary: String

  14. abstract def oneParam(x: Int): String

  15. abstract def otherPackageUpperBound[T <: SomeClass](x: T): T

  16. abstract def overloaded[T](x: T): String

  17. abstract def overloaded(x: Int, y: Double): String

  18. abstract def overloaded(x: String): String

  19. abstract def overloaded(x: Int): String

  20. abstract def polycurried[T1, T2](x: T1)(y: T2): (T1, T2)

  21. abstract def polymorphic[T](x: List[T]): String

  22. abstract def polymorphicParam(x: (Int, Double)): String

  23. abstract def referencesEmbedded(): Embedded

  24. abstract def referencesSomeOtherPackage(x: SomeClass): SomeClass

  25. abstract def repeatedParam(x: Int, ys: String*): String

  26. abstract def twoParams(x: Int, y: Double): String

  27. abstract def upperBound[T <: Product](x: T): Int

  28. abstract def viewBound[T](x: T, y: T)(implicit arg0: (T) ⇒ Ordered[T]): Boolean

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val concreteVal: String

  9. var concreteVar: String

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def withImplementation(x: Int): Int

Inherited from AnyRef

Inherited from Any

Ungrouped