Method: Roby::Queries::TaskMatcher#negate

Defined in:
lib/roby/queries/task_matcher.rb

#negateObject

Negates this predicate

The returned task matcher will yield tasks that are not matched by self



648
649
650
# File 'lib/roby/queries/task_matcher.rb', line 648

def negate
    NotMatcher::Tasks.new(self)
end