Class Functions.TruePredicate

  • All Implemented Interfaces:
    Predicate<java.lang.Object>
    Enclosing class:
    Functions

    static final class Functions.TruePredicate
    extends java.lang.Object
    implements Predicate<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      TruePredicate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.Object o)
      Test the given input value and return a boolean.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TruePredicate

        TruePredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.Object o)
        Description copied from interface: Predicate
        Test the given input value and return a boolean.
        Specified by:
        test in interface Predicate<java.lang.Object>
        Parameters:
        o - the value
        Returns:
        the boolean result