Class 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.