NotPredicate<T> class

Inheritance

Constructors

NotPredicate(Predicate<T> _predicate)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(Predicate<T> other) AndPredicate<T>
inherited
evaluate(T object) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
not() Predicate<T>
inherited
or(Predicate<T> other) OrPredicate<T>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited