A companion interface for creating instances of Effect subclasses.
This interface defines a factory method for creating an Effect that wraps a pure value, enabling subclasses like IO to provide a way to create effects without side effects.
The specific Effect subclass.
Creates an Effect that wraps a pure value.