Class TruePredicate

    • Constructor Summary

      Constructors 
      Constructor Description
      TruePredicate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(SaWsUser input)
      Returns always true.
      CloneablePredicate<SaWsUser> clone()
      Returns an instance of this object.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals
    • Constructor Detail

      • TruePredicate

        public TruePredicate()
    • Method Detail

      • apply

        public boolean apply​(SaWsUser input)
        Returns always true.
        Specified by:
        apply in interface com.google.common.base.Predicate<SaWsUser>
        Parameters:
        input - The SaWsUser in question.
        Returns:
        Returns always true.
      • clone

        public CloneablePredicate<SaWsUser> clone()
                                           throws java.lang.CloneNotSupportedException
        Returns an instance of this object.
        Specified by:
        clone in interface CloneablePredicate<SaWsUser>
        Overrides:
        clone in class java.lang.Object
        Returns:
        This CloneablePredicate object.
        Throws:
        java.lang.CloneNotSupportedException - if clone is not supported