Class TristateFilter.DefaultingPredicate<T>

  • All Implemented Interfaces:
    java.util.function.Predicate<T>
    Enclosing interface:
    TristateFilter<T>

    public static class TristateFilter.DefaultingPredicate<T>
    extends java.lang.Object
    implements java.util.function.Predicate<T>
    • Method Summary

      Modifier and Type Method Description
      boolean test​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Method Detail

      • test

        public boolean test​(T t)
        Specified by:
        test in interface java.util.function.Predicate<T>