Uses of Interface
com.aoapps.lang.io.function.IOFunctionE
-
Packages that use IOFunctionE Package Description com.aoapps.lang.io.function -
-
Uses of IOFunctionE in com.aoapps.lang.io.function
Subinterfaces of IOFunctionE in com.aoapps.lang.io.function Modifier and Type Interface Description interfaceIOFunction<T,R>A function that is allowed to throwIOException.Methods in com.aoapps.lang.io.function that return IOFunctionE Modifier and Type Method Description default <V> IOFunctionE<T,V,Ex>IOFunctionE. andThen(IOFunctionE<? super R,? extends V,? extends Ex> after)default <V> IOFunctionE<V,R,Ex>IOFunctionE. compose(IOFunctionE<? super V,? extends T,? extends Ex> before)static <T,Ex extends Throwable>
IOFunctionE<T,T,Ex>IOFunctionE. identity()Methods in com.aoapps.lang.io.function with parameters of type IOFunctionE Modifier and Type Method Description default <V> IOFunctionE<T,V,Ex>IOFunctionE. andThen(IOFunctionE<? super R,? extends V,? extends Ex> after)default <V> IOFunctionE<V,R,Ex>IOFunctionE. compose(IOFunctionE<? super V,? extends T,? extends Ex> before)
-