Class AlwaysFalse<T>

  • Type Parameters:
    T - the type of the object to test
    All Implemented Interfaces:
    Predicate<T>

    public class AlwaysFalse<T>
    extends Object
    implements Predicate<T>
    A predicate that always return false.
    • Constructor Detail

      • AlwaysFalse

        public AlwaysFalse()
    • Method Detail

      • test

        public boolean test​(T t)
        Specified by:
        test in interface Predicate<T>
        Returns:
        false, always