Package com.saperion.ws.predicates
Class TruePredicate
java.lang.Object
com.saperion.ws.predicates.TruePredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<SaWsUser>,CloneablePredicate<SaWsUser>,Cloneable
TruePredicate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns always true.clone()Returns an instance of this object.Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals
-
Constructor Details
-
TruePredicate
public TruePredicate()
-
-
Method Details
-
apply
Returns always true.- Specified by:
applyin interfacecom.google.common.base.Predicate<SaWsUser>- Parameters:
input- The SaWsUser in question.- Returns:
- Returns always true.
-
clone
Returns an instance of this object.- Specified by:
clonein interfaceCloneablePredicate<SaWsUser>- Overrides:
clonein classObject- Returns:
- This CloneablePredicate object.
- Throws:
CloneNotSupportedException- if clone is not supported
-