Uses of Interface
com.aoapps.servlet.function.ServletFunctionE
Packages that use ServletFunctionE
-
Uses of ServletFunctionE in com.aoapps.servlet.function
Subinterfaces of ServletFunctionE in com.aoapps.servlet.functionModifier and TypeInterfaceDescriptioninterfaceServletFunction<T,R> A function that is allowed to throwServletExceptionandIOException.Methods in com.aoapps.servlet.function that return ServletFunctionEModifier and TypeMethodDescriptiondefault <V> ServletFunctionE<T, V, Ex> ServletFunctionE.andThen(ServletFunctionE<? super R, ? extends V, ? extends Ex> after) default <V> ServletFunctionE<V, R, Ex> ServletFunctionE.compose(ServletFunctionE<? super V, ? extends T, ? extends Ex> before) static <T> ServletFunctionE<T, T, RuntimeException> ServletFunctionE.identity()Methods in com.aoapps.servlet.function with parameters of type ServletFunctionEModifier and TypeMethodDescriptiondefault <V> ServletFunctionE<T, V, Ex> ServletFunctionE.andThen(ServletFunctionE<? super R, ? extends V, ? extends Ex> after) default <V> ServletFunctionE<V, R, Ex> ServletFunctionE.compose(ServletFunctionE<? super V, ? extends T, ? extends Ex> before)
