Uses of Interface
org.apache.sshd.common.util.io.functors.IOFunction
Packages that use IOFunction
-
Uses of IOFunction in org.apache.sshd.common.util.io.functors
Methods in org.apache.sshd.common.util.io.functors that return IOFunctionModifier and TypeMethodDescriptiondefault <V> IOFunction<T, V> IOFunction.andThen(IOFunction<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> IOFunction<V, R> IOFunction.compose(IOFunction<? super V, ? extends T> before) Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.static <T> IOFunction<T, T> IOFunction.identity()Returns a function that always returns its input argument.Methods in org.apache.sshd.common.util.io.functors with parameters of type IOFunctionModifier and TypeMethodDescriptiondefault <V> IOFunction<T, V> IOFunction.andThen(IOFunction<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> IOFunction<V, R> IOFunction.compose(IOFunction<? super V, ? extends T> before) Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.