Uses of Interface
org.xmlet.htmlapifaster.async.AwaitConsumer
Packages that use AwaitConsumer
-
Uses of AwaitConsumer in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster with parameters of type AwaitConsumerModifier and TypeMethodDescriptiondefault <M> T
Element.await
(AwaitConsumer<T, M> asyncAction) Executes an async operation on a certain modelabstract <M,
E extends Element>
voidElementVisitor.visitAwait
(E element, AwaitConsumer<E, M> asyncAction) -
Uses of AwaitConsumer in org.xmlet.htmlapifaster.async
Methods in org.xmlet.htmlapifaster.async with parameters of type AwaitConsumerModifier and TypeMethodDescription<M> E
AsyncElement.await
(AwaitConsumer<E, M> asyncAction) Asynchronous action to execute given the currentElement