IsEmpty

Companion:
class
class Object
trait Matchable
class Any
IsEmpty.type

Type members

Inherited classlikes

object stringIsEmpty extends IsEmpty[String]
Inherited from:
IsEmptyLowPriority2

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]
Inherited from:
IsEmptyLowPriority1
given listIsEmpty[T]: listIsEmpty[T]
Inherited from:
IsEmptyLowPriority1
given optionIsEmpty[T]: optionIsEmpty[T]
Inherited from:
IsEmptyLowPriority1

Extensions

Extensions

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