object Emptiness
Companion object for Emptiness that provides implicit implementations for the following types:
- scala.collection.GenTraversable
- String
- Array
- scala.Option
- java.util.Collection
- java.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() @HotSpotIntrinsicCandidate()
 
-   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 returns- Boolean
- returns
- Emptiness[T]that supports- Tin- be 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 returns- Boolean
- returns
- Emptiness[T]that supports- Tin- be 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 supports- Arrayin- be 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 supports- scala.collection.GenTraversablein- be 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 supports- java.util.Collectionin- be 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 supports- java.util.Mapin- be 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 supports- scala.Optionin- be emptysyntax
 
-   implicit  def emptinessOfString: Emptiness[String]Enable Emptinessimplementation forStringEnable Emptinessimplementation forString- returns
- Emptiness[String]that supports- Stringin- be emptysyntax
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   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() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   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()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated