always<Input> function

Predicate<Input> always<Input>()

Implementation

Predicate<Input> always<Input>() => (i) => true;