Interface IHCSpecialNodeListModifier

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IHCSpecialNodeListModifier
    • Method Detail

      • modifySpecialNodes

        @Nonnull
        @ReturnsMutableCopy
        com.helger.commons.collection.impl.ICommonsList<? extends IHCNode> modifySpecialNodes​(@Nonnull
                                                                                              com.helger.commons.collection.impl.ICommonsList<? extends IHCNode> aNodes)
        Merge certain special nodes.
        Parameters:
        aNodes - The source list of special nodes to be merged.
        Returns:
        The modified list to be used for further processing.