Package mireka.filter.local.table
Class LocalRemoteCombinedRecipientSpecification
- Object
-
- mireka.filter.local.table.LocalRemoteCombinedRecipientSpecification
-
- All Implemented Interfaces:
RecipientSpecification
public class LocalRemoteCombinedRecipientSpecification extends Object implements RecipientSpecification
LocalRemoteCombinedRecipientSpecification combines aLocalPartSpecificationwith aRemotePartvalue, both must match to satisfy this specification.
-
-
Constructor Summary
Constructors Constructor Description LocalRemoteCombinedRecipientSpecification(LocalPartSpecification localPartSpecification, RemotePart remotePart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSatisfiedBy(Recipient recipient)
-
-
-
Constructor Detail
-
LocalRemoteCombinedRecipientSpecification
public LocalRemoteCombinedRecipientSpecification(LocalPartSpecification localPartSpecification, RemotePart remotePart)
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
-