0 / 60 seg.

What does the NOT operator do in this Java code?

boolean isRaining = true;
boolean canGoOut = !isRaining;