Zero

alleycats.Zero
See theZero companion object
trait Zero[A] extends Serializable

Attributes

Companion
object
Source
Zero.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def zero: A

Attributes

Source
Zero.scala

Concrete methods

def isZero(a: A)(implicit ev: Eq[A]): Boolean

Attributes

Source
Zero.scala
def nonZero(a: A)(implicit ev: Eq[A]): Boolean

Attributes

Source
Zero.scala