isEmpty

object isEmpty
class Object
trait Matchable
class Any

Value members

Concrete methods

def all[F[_]](implicit F: IsEmpty[F], afx: Gen[F[Int]], ef: Equal[F[Int]]): Properties[ScalazLaw]
def emptyIsEmpty[F[_], X](implicit F: IsEmpty[F]): Property
def emptyPlusIdentity[F[_], X](implicit f: IsEmpty[F], afx: Gen[F[X]]): Property
def laws[F[_]](implicit F: IsEmpty[F], afx: Gen[F[Int]]): Properties[ScalazLaw]