Uses of Interface
org.zkoss.stateless.function.CheckedConsumer
-
Packages that use CheckedConsumer Package Description org.zkoss.stateless.action org.zkoss.stateless.function org.zkoss.stateless.ui org.zkoss.stateless.util -
-
Uses of CheckedConsumer in org.zkoss.stateless.action
-
Uses of CheckedConsumer in org.zkoss.stateless.function
Methods in org.zkoss.stateless.function that return CheckedConsumer Modifier and Type Method Description default CheckedConsumer<A>CheckedConsumer. andThen(CheckedConsumer<? super A> after)Methods in org.zkoss.stateless.function with parameters of type CheckedConsumer Modifier and Type Method Description default CheckedConsumer<A>CheckedConsumer. andThen(CheckedConsumer<? super A> after) -
Uses of CheckedConsumer in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui with parameters of type CheckedConsumer Modifier and Type Method Description java.util.concurrent.CompletableFuture<UiAgent>UiAgent. runAsync(CheckedConsumer<UiAgent> consumer)Runs the given callback that is asynchronously completed by retrieving a newUiAgentinstance in a CompletableFuture. -
Uses of CheckedConsumer in org.zkoss.stateless.util
Subinterfaces of CheckedConsumer in org.zkoss.stateless.util Modifier and Type Interface Description interfaceActionHandler1<A>Represents an action handler with one argument.
-