ContainerDecorator
typealias ContainerDecorator<STATE, SIDE_EFFECT> = OrbitContainerDecorator<STATE, STATE, SIDE_EFFECT>(source)
An OrbitContainerDecorator where the internal state and external state are the same type.
An OrbitContainerDecorator where the internal state and external state are the same type.