IsEmpty

org.specs2.collection.IsEmpty
See theIsEmpty companion trait
object IsEmpty extends IsEmptyLowPriority1

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IsEmpty.type

Members list

Type members

Inherited classlikes

object stringIsEmpty extends IsEmpty[String]

Attributes

Inherited from:
IsEmptyLowPriority2
Supertypes
trait IsEmpty[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](using ev: IsEmpty[T]): IsEmpty[T]

Givens

Givens

given arrayIsEmpty[T]: arrayIsEmpty[T]
given seqIsEmpty[T]: seqIsEmpty[T]

Inherited givens

given eitherIsEmpty[E, T]: eitherIsEmpty[E, T]

Attributes

Inherited from:
IsEmptyLowPriority1
given listIsEmpty[T]: listIsEmpty[T]

Attributes

Inherited from:
IsEmptyLowPriority1
given optionIsEmpty[T]: optionIsEmpty[T]

Attributes

Inherited from:
IsEmptyLowPriority1

Attributes

Inherited from:
IsEmptyLowPriority2

Extensions

Extensions

extension [T](t: T)(using evidence$1: IsEmpty[T])
def isEmpty: Boolean