- Type Parameters:
E - the type parameter
- All Implemented Interfaces:
- Predicate<E>
public class Never<E>
extends Object
implements Predicate<E>
A unary predicate always returning false. ("never" returning true ).
Same as Predicate<E> ignore = Dispatching.ignore(new No(), E.class);
- Author:
- rferranti