not property

Predicate<Input> not

Implementation

Predicate<Input> get not => (i) => !this(i);