public class FavoritesPredicate extends Object implements CloneablePredicate<SaWsUser>
Constructor and Description |
---|
FavoritesPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(SaWsUser input)
Returns true if the given SaWsUser is a favorite workflow member.
|
CloneablePredicate<SaWsUser> |
clone()
Clones this predicate.
|
public boolean apply(SaWsUser input)
apply
in interface com.google.common.base.Predicate<SaWsUser>
input
- The SaWsUser in question.public CloneablePredicate<SaWsUser> clone() throws CloneNotSupportedException
clone
in interface CloneablePredicate<SaWsUser>
clone
in class Object
CloneNotSupportedException
- if clone is not supportedCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.