Uses of Interface
org.zkoss.stateless.function.CheckedFunction
-
Packages that use CheckedFunction Package Description org.zkoss.stateless.function org.zkoss.stateless.ui org.zkoss.stateless.ui.util -
-
Uses of CheckedFunction in org.zkoss.stateless.function
Methods in org.zkoss.stateless.function that return CheckedFunction Modifier and Type Method Description default <V> CheckedFunction<T,V>
CheckedFunction. andThen(CheckedFunction<? super R,? extends V> after)
Methods in org.zkoss.stateless.function with parameters of type CheckedFunction Modifier and Type Method Description default <V> CheckedFunction<T,V>
CheckedFunction. andThen(CheckedFunction<? super R,? extends V> after)
default <V> CheckedFunction2<A,B,V>
CheckedFunction2. andThen(CheckedFunction<? super R,? extends V> after)
default <V> CheckedFunction3<A,B,C,V>
CheckedFunction3. andThen(CheckedFunction<? super R,? extends V> after)
-
Uses of CheckedFunction in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui with parameters of type CheckedFunction Modifier and Type Method Description <I extends IComponent<?>>
IReplacer<T>IReplacer. replaceById(java.lang.String source, CheckedFunction<I,I> targetFunction)
Replaces the given source with a given newIComponent
in the descendant of the root. -
Uses of CheckedFunction in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util with parameters of type CheckedFunction Modifier and Type Method Description static <R extends IComponent,T extends IComponent>
RImmutables. replaceDescendantById(R root, java.lang.String sourceId, CheckedFunction<T,T> targetFunction)
Replaces the descendant of the given root with the new child from the given source, if any.
-