negation

public List<Box<T>> negation(List<Box<T>> x)

Negation function s.t. De Morgan laws, double negation and inversion of the idempotent elements hold.

Return

the negation of the x element

Parameters

x

element to negate