class Unparser::Either::Right

def fmap

Returns:
  • (Either::Right) -
    def fmap
      Right.new(yield(value))
    end