Uses of Interface
org.jsoup.helper.Consumer
Packages that use Consumer
-
Uses of Consumer in org.jsoup.nodes
Methods in org.jsoup.nodes with parameters of type ConsumerModifier and TypeMethodDescriptionDeprecated.Node.forEachNode(Consumer<? super Node> action) Deprecated.UseNode.forEachNode(Consumer)instead.
Element.forEach(Consumer)instead.