Object/Trait

org.scalatest.enablers

Size

Related Docs: trait Size | package enablers

Permalink

object Size

Companion object for Size that provides implicit implementations for the following types:

Source
Size.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Size
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. implicit def sizeOfAnyRefWithGetSizeMethodForInt[T <: AnyRef { def getSize(): Int }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with getSize() method that returns Int.

    Enable Size implementation for arbitary object with getSize() method that returns Int.

    T

    any type with getSize() method that returns Int

    returns

    Size[T] that supports T in have size syntax

  16. implicit def sizeOfAnyRefWithGetSizeMethodForLong[T <: AnyRef { def getSize(): Long }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with getSize() method that returns Long.

    Enable Size implementation for arbitary object with getSize() method that returns Long.

    T

    any type with getSize() method that returns Long

    returns

    Size[T] that supports T in have size syntax

  17. implicit def sizeOfAnyRefWithParameterlessGetSizeMethodForInt[T <: AnyRef { def getSize: Int }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with parameterless getSize method that returns Int.

    Enable Size implementation for arbitary object with parameterless getSize method that returns Int.

    T

    any type with parameterless getSize method that returns Int

    returns

    Size[T] that supports T in have size syntax

  18. implicit def sizeOfAnyRefWithParameterlessGetSizeMethodForLong[T <: AnyRef { def getSize: Long }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with getSize method that returns Long.

    Enable Size implementation for arbitary object with getSize method that returns Long.

    T

    any type with getSize method that returns Long

    returns

    Size[T] that supports T in have size syntax

  19. implicit def sizeOfAnyRefWithParameterlessSizeMethodForInt[T <: AnyRef { def size: Int }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with parameterless size method that returns Int.

    Enable Size implementation for arbitary object with parameterless size method that returns Int.

    T

    any type with parameterless size method that returns Int

    returns

    Size[T] that supports T in have size syntax

  20. implicit def sizeOfAnyRefWithParameterlessSizeMethodForLong[T <: AnyRef { def size: Long }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with parameterless size method that returns Long.

    Enable Size implementation for arbitary object with parameterless size method that returns Long.

    T

    any type with parameterless size method that returns Long

    returns

    Size[T] that supports T in have size syntax

  21. implicit def sizeOfAnyRefWithSizeMethodForInt[T <: AnyRef { def size(): Int }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with size() method that returns Int.

    Enable Size implementation for arbitary object with size() method that returns Int.

    T

    any type with size() method that returns Int

    returns

    Size[T] that supports T in have size syntax

  22. implicit def sizeOfAnyRefWithSizeMethodForLong[T <: AnyRef { def size(): Long }]: Size[T]

    Permalink

    Enable Size implementation for arbitary object with size() method that returns Long.

    Enable Size implementation for arbitary object with size() method that returns Long.

    T

    any type with size() method that returns Long

    returns

    Size[T] that supports T in have size syntax

  23. implicit def sizeOfArray[E]: Size[Array[E]]

    Permalink

    Enable Size implementation for Array

    Enable Size implementation for Array

    E

    the type of the element in the Array

    returns

    Size[Array[E]] that supports Array in have size syntax

  24. implicit def sizeOfGenTraversable[TRAV <: GenTraversable[_]]: Size[TRAV]

    Permalink

    Enable Size implementation for scala.collection.GenTraversable

    Enable Size implementation for scala.collection.GenTraversable

    TRAV

    any subtype of scala.collection.GenTraversable

    returns

    Size[TRAV] that supports scala.collection.GenTraversable in have size syntax

  25. implicit def sizeOfJavaCollection[JCOL <: Collection[_]]: Size[JCOL]

    Permalink

    Enable Size implementation for java.util.Collection

    Enable Size implementation for java.util.Collection

    JCOL

    any subtype of java.util.Collection

    returns

    Size[JCOL] that supports java.util.Collection in have size syntax

  26. implicit def sizeOfJavaMap[JMAP <: Map[_, _]]: Size[JMAP]

    Permalink

    Enable Size implementation for java.util.Map

    Enable Size implementation for java.util.Map

    JMAP

    any subtype of java.util.Map

    returns

    Size[JMAP] that supports java.util.Map in have size syntax

  27. implicit val sizeOfString: Size[String]

    Permalink

    Enable Size implementation for String

    Enable Size implementation for String

    returns

    Size[String] that supports String in have size syntax

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped