Uses of Interface
com.aoapps.lang.io.function.IOConsumerE
-
Packages that use IOConsumerE Package Description com.aoapps.lang.io.function -
-
Uses of IOConsumerE in com.aoapps.lang.io.function
Subinterfaces of IOConsumerE in com.aoapps.lang.io.function Modifier and Type Interface Description interfaceIOConsumer<T>A consumer that is allowed to throwIOException.Methods in com.aoapps.lang.io.function that return IOConsumerE Modifier and Type Method Description default IOConsumerE<T,Ex>IOConsumerE. andThen(IOConsumerE<? super T,? extends Ex> after)Methods in com.aoapps.lang.io.function with parameters of type IOConsumerE Modifier and Type Method Description default IOConsumerE<T,Ex>IOConsumerE. andThen(IOConsumerE<? super T,? extends Ex> after)
-