object Emptiness
Companion object for Emptiness that provides implicit implementations for the following types:
scala.collection.GenTraversableStringArrayscala.Optionjava.util.Collectionjava.util.Map- arbitary object with a 
isEmpty()method that returnsBoolean - arbitary object with a parameterless 
isEmptymethod that returnsBoolean 
- Source
 - Emptiness.scala
 
- Alphabetic
 - By Inheritance
 
- Emptiness
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   implicit  def emptinessOfAnyRefWithIsEmptyMethod[T <: AnyRef { def isEmpty(): Boolean }]: Emptiness[T]
Enable
Emptinessimplementation for any arbitrary object with aisEmpty()method that returnsBooleanEnable
Emptinessimplementation for any arbitrary object with aisEmpty()method that returnsBoolean- T
 any type that has a
isEmpty()method that returnsBoolean- returns
 Emptiness[T]that supportsTinbe emptysyntax
 -   implicit  def emptinessOfAnyRefWithParameterlessIsEmptyMethod[T <: AnyRef { def isEmpty: Boolean }]: Emptiness[T]
Enable
Emptinessimplementation for any arbitrary object with aisEmptymethod that returnsBooleanEnable
Emptinessimplementation for any arbitrary object with aisEmptymethod that returnsBoolean- T
 any type that has a parameterless
isEmptymethod that returnsBoolean- returns
 Emptiness[T]that supportsTinbe emptysyntax
 -   implicit  def emptinessOfArray[E]: Emptiness[Array[E]]
Enable
Emptinessimplementation forArrayEnable
Emptinessimplementation forArray- E
 the type of the element in the
Array- returns
 Emptiness[Array[E]]that supportsArrayinbe emptysyntax
 -   implicit  def emptinessOfGenTraversable[E, TRAV[e] <: GenTraversable[e]]: Emptiness[TRAV[E]]
Enable
Emptinessimplementation forscala.collection.GenTraversableEnable
Emptinessimplementation forscala.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 supportsscala.collection.GenTraversableinbe emptysyntax
 -   implicit  def emptinessOfJavaCollection[E, JCOL[e] <: Collection[e]]: Emptiness[JCOL[E]]
Enable
Emptinessimplementation forjava.util.CollectionEnable
Emptinessimplementation forjava.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 supportsjava.util.Collectioninbe emptysyntax
 -   implicit  def emptinessOfJavaMap[K, V, JMAP[k, v] <: Map[k, v]]: Emptiness[JMAP[K, V]]
Enable
Emptinessimplementation forjava.util.MapEnable
Emptinessimplementation forjava.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 supportsjava.util.Mapinbe emptysyntax
 -   implicit  def emptinessOfOption[E, OPT[e] <: Option[e]]: Emptiness[OPT[E]]
Enable
Emptinessimplementation forscala.OptionEnable
Emptinessimplementation forscala.Option- E
 the type of the element in the
scala.Option- OPT
 any subtype of
scala.Option- returns
 Emptiness[OPT[E]]that supportsscala.Optioninbe emptysyntax
 -   implicit  def emptinessOfString: Emptiness[String]
Enable
Emptinessimplementation forStringEnable
Emptinessimplementation forString- returns
 Emptiness[String]that supportsStringinbe emptysyntax
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()