Module: Revector::NotExists

Defined in:
lib/revector/predicate/exists.rb

Class Method Summary collapse

Class Method Details

.check!(item, iteratee) ⇒ Object



20
21
22
# File 'lib/revector/predicate/exists.rb', line 20

def self.check!(item, iteratee)
  !Exists.check!(item, iteratee)
end

.compare(value, other = nil) ⇒ Object



24
25
26
# File 'lib/revector/predicate/exists.rb', line 24

def self.compare(value, other = nil)
  !Exists.compare(value, other)
end