Package com.helger.html.hc.special
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<? extends IHCNode>modifySpecialNodes(com.helger.commons.collection.impl.ICommonsList<? extends IHCNode> aNodes)Merge certain special nodes.
-
-
-
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.
-
-