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