IsEmptyLowPriority1

class Object
trait Matchable
class Any
object IsEmpty

Givens

Givens

given eitherIsEmpty[E, T]: IsEmpty[Either[E, T]]
given listIsEmpty[T]: IsEmpty[List[T]]
given optionIsEmpty[T]: IsEmpty[Option[T]]

Inherited givens

given stringIsEmpty: IsEmpty[String]
Inherited from
IsEmptyLowPriority2