not<Input> function

Predicate<Input> not<Input>(
  1. Predicate<Input> predicate
)

Implementation

Predicate<Input> not<Input>(final Predicate<Input> predicate) => predicate.not;