class Dry::Schema::Predicate

def !

Other tags:
    Api: - public

Returns:
  • (Negation) -
def !
  Negation.new(self)
end