class JsonProjection::StreamEvent
Sum type
Public Class Methods
empty()
click to toggle source
# File lib/json-projection/parser/events.rb, line 6 def self.empty @empty ||= new end
Public Instance Methods
==(other)
click to toggle source
# File lib/json-projection/parser/events.rb, line 10 def ==(other) other.is_a?(self.class) end
hash()
click to toggle source
# File lib/json-projection/parser/events.rb, line 14 def hash self.class.hash end