Class ComponentAlreadyInContentSlotPredicate
- java.lang.Object
-
- de.hybris.platform.cmsfacades.pagescontentslotscomponents.validator.predicate.ComponentAlreadyInContentSlotPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<ComponentAndContentSlotValidationDto>
public class ComponentAlreadyInContentSlotPredicate extends java.lang.Object implements java.util.function.Predicate<ComponentAndContentSlotValidationDto>
Predicate to test if a component is already in the given slot.Returns TRUE if the component is already in the slot; FALSE otherwise.
-
-
Constructor Summary
Constructors Constructor Description ComponentAlreadyInContentSlotPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ComponentAndContentSlotValidationDto target)
-
-
-
Method Detail
-
test
public boolean test(ComponentAndContentSlotValidationDto target)
- Specified by:
testin interfacejava.util.function.Predicate<ComponentAndContentSlotValidationDto>
-
-