class RightProjection
      class << self
        # @return [RightProjection] Returns a +RightProjection+ of the +Right+ of the given value
        def unit(value)
          self.new(Right(value))