Interface SideEffect


public interface SideEffect
An interface used to represent an effect that requires no input and produces no output, and therefore is only perceivable through inspection of some unreported state. Only exists because Java target-type inference requires an interface, or else this would all be internal, hence the inconveniently-named Ω.

Ω should *never* be called directly.

See Also: