Uses of Interface
org.xmlet.htmlapifaster.async.AwaitConsumer
-
Packages that use AwaitConsumer Package Description org.xmlet.htmlapifaster org.xmlet.htmlapifaster.async -
-
Uses of AwaitConsumer in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster with parameters of type AwaitConsumer Modifier and Type Method Description default <M> TElement. 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 AwaitConsumer Modifier and Type Method Description <M> EAsyncElement. await(AwaitConsumer<E,M> asyncAction)Asynchronous action to execute given anPublisherand the currentElement
-