org.scalatest.enablers

Emptiness

object Emptiness

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

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

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. implicit def emptinessOfAnyRefWithIsEmptyMethod[T <: AnyRef { def isEmpty(): Boolean }]: Emptiness[T]

    Enable Emptiness implementation for any arbitrary object with a isEmpty() method that returns Boolean

    Enable Emptiness implementation for any arbitrary object with a isEmpty() method that returns Boolean

    T

    any type that has a isEmpty() method that returns Boolean

    returns

    Emptiness[T] that supports T in be empty syntax

  9. implicit def emptinessOfAnyRefWithParameterlessIsEmptyMethod[T <: AnyRef { def isEmpty: Boolean }]: Emptiness[T]

    Enable Emptiness implementation for any arbitrary object with a isEmpty method that returns Boolean

    Enable Emptiness implementation for any arbitrary object with a isEmpty method that returns Boolean

    T

    any type that has a parameterless isEmpty method that returns Boolean

    returns

    Emptiness[T] that supports T in be empty syntax

  10. implicit def emptinessOfArray[E]: Emptiness[Array[E]]

    Enable Emptiness implementation for Array

    Enable Emptiness implementation for Array

    E

    the type of the element in the Array

    returns

    Emptiness[Array[E]] that supports Array in be empty syntax

  11. implicit def emptinessOfGenTraversable[E, TRAV[e] <: GenTraversable[e]]: Emptiness[TRAV[E]]

    Enable Emptiness implementation for scala.collection.GenTraversable

    Enable Emptiness implementation for scala.collection.GenTraversable

    E

    the type of the element in the scala.collection.GenTraversable

    TRAV

    any subtype of scala.collection.GenTraversable

    returns

    Emptiness[TRAV[E]] that supports scala.collection.GenTraversable in be empty syntax

  12. implicit def emptinessOfJavaCollection[E, JCOL[e] <: Collection[e]]: Emptiness[JCOL[E]]

    Enable Emptiness implementation for java.util.Collection

    Enable Emptiness implementation for java.util.Collection

    E

    the type of the element in the java.util.Collection

    JCOL

    any subtype of java.util.Collection

    returns

    Emptiness[JCOL[E]] that supports java.util.Collection in be empty syntax

  13. implicit def emptinessOfJavaMap[K, V, JMAP[k, v] <: Map[k, v]]: Emptiness[JMAP[K, V]]

    Enable Emptiness implementation for java.util.Map

    Enable Emptiness implementation for java.util.Map

    K

    the type of the key in the java.util.Map

    V

    the type of the value in the java.util.Map

    JMAP

    any subtype of java.util.Map

    returns

    Emptiness[JMAP[K, V]] that supports java.util.Map in be empty syntax

  14. implicit def emptinessOfOption[E, OPT[e] <: Option[e]]: Emptiness[OPT[E]]

    Enable Emptiness implementation for scala.Option

    Enable Emptiness implementation for scala.Option

    E

    the type of the element in the scala.Option

    OPT

    any subtype of scala.Option

    returns

    Emptiness[OPT[E]] that supports scala.Option in be empty syntax

  15. implicit def emptinessOfString: Emptiness[String]

    Enable Emptiness implementation for String

    Enable Emptiness implementation for String

    returns

    Emptiness[String] that supports String in be empty syntax

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped