Uses of Class
io.vertx.tp.crud.uca.desk.IxPanel
Packages that use IxPanel
-
Uses of IxPanel in io.vertx.tp.crud.uca.desk
Methods in io.vertx.tp.crud.uca.desk that return IxPanelModifier and TypeMethodDescriptionfinal <T,O> IxPanel IxPanel.input(BiFunction<T, IxMod, io.vertx.core.Future<O>>... executors) <I,A, O> IxPanel IxPanel.next(Function<IxMod, BiFunction<I, A, io.vertx.core.Future<O>>> nextFn) static IxPanel<A,S, O> IxPanel IxPanel.output(BiFunction<A, S, io.vertx.core.Future<O>> outputFn) <I,O> IxPanel IxPanel.parallel(BiFunction<I, IxMod, io.vertx.core.Future<O>> activeAndStandFn) <I,O> IxPanel IxPanel.parallel(BiFunction<I, IxMod, io.vertx.core.Future<O>> activeFn, BiFunction<I, IxMod, io.vertx.core.Future<O>> standFn) <I,O> IxPanel IxPanel.passion(BiFunction<I, IxMod, io.vertx.core.Future<O>> activeAndStandFn) <I,O> IxPanel IxPanel.passion(BiFunction<I, IxMod, io.vertx.core.Future<O>> activeFn, BiFunction<I, IxMod, io.vertx.core.Future<O>> standFn)