IntBool

object IntBool
Companion:
class
class Object
trait Matchable
class Any
IntBool.type

Implicits

Implicits

implicit val evBool: IntBool[Boolean]
implicit val evDouble: IntBool[Double]
implicit val evInt: IntBool[Int]
implicit def tuple[A](implicit ev: IntBool[A]): IntBool[(A, A)]