Not# class brainstate.util.Not(collection_filter, /)[source]# A filter class that negates the result of another filter. This class creates a new filter that returns the opposite boolean value of the filter it wraps. predicate# The predicate function converted from the input filter. Type: Predicate