Class CatalogVersionExistsPredicate

java.lang.Object
de.hybris.platform.cmsfacades.common.predicate.CatalogVersionExistsPredicate
All Implemented Interfaces:
BiPredicate<String,String>

public class CatalogVersionExistsPredicate extends Object implements BiPredicate<String,String>
Predicate to test if a given catalog and version exist.

Returns TRUE if the given catalog version exists in the provided catalog; FALSE otherwise.