Package com.helger.html.hc
Interface IHCIteratorNonBreakableCallback
-
- All Superinterfaces:
com.helger.commons.callback.ICallback
- 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 IHCIteratorNonBreakableCallback extends com.helger.commons.callback.ICallback
Callback interface to be used when iterating an HC tree.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(IHCNode aParentNode, IHCNode aChildNode)Callback method
-