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 TypeMethodDescriptionboolean
Returns 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, wait
Methods inherited from interface com.google.common.base.Predicate
equals
-
Constructor Details
-
TruePredicate
public TruePredicate()
-
-
Method Details
-
apply
Returns always true.- Specified by:
apply
in 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:
clone
in interfaceCloneablePredicate<SaWsUser>
- Overrides:
clone
in classObject
- Returns:
- This CloneablePredicate object.
- Throws:
CloneNotSupportedException
- if clone is not supported
-