UnliftNegPair

case class UnliftNegPair[A, B]() extends Neg[A] |*| Neg[B] -⚬ Neg[(A, B)]
trait Serializable
trait Product
trait Equals
trait Neg[A] |*| Neg[B] -⚬ Neg[(A, B)]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product