18 February 2022

Schrödinger's Cat

Schroedinger's Cat

$$i\hbar{\partial\Psi\over \partial t} = -{\hbar^2\over 2m} \nabla^2\Psi + V\Psi.$$

Java has a Schrödinger's Cat: Optonal<T> This represents an object that might or might not be present.

Friends These are the primitive "friend" types for Optional<T>

More About Streams

Sources

Intermediate Operations All of these return streams. They are chainable.

Terminal Operations Purportedly, you want to do something with the stream you generate. In fact, nothing happens until one of these operations is invoked.