(apply #'and '(t t nil)) not work



Apparently and is not a normal function like +, -, ...
I can write (and t t nil), but if the parameters are packaged into a list,
how can I do?
.