Injective

case
class Injective[T[_]]()

Given Injective[Foo]: If type Foo[A] = Foo[B] then A ~ B

This represents an assertion that is used by other code that requires this condition.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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