never<Input> function

Predicate<Input> never<Input>()

Implementation

Predicate<Input> never<Input>() => (i) => false;