And

final case class And[A](left: Bool[A], right: Bool[A]) extends Bool[A]
trait Serializable
trait Product
trait Equals
trait Bool[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def &&(that: Bool[A]): Bool[A]
Inherited from:
Bool
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def unary_!: Bool[A]
Inherited from:
Bool
def ||(that: Bool[A]): Bool[A]
Inherited from:
Bool