Uses of Interface
com.aoapps.lang.function.ConsumerE
-
Packages that use ConsumerE Package Description com.aoapps.lang.function -
-
Uses of ConsumerE in com.aoapps.lang.function
Methods in com.aoapps.lang.function that return ConsumerE Modifier and Type Method Description default ConsumerE<T,Ex>ConsumerE. andThen(ConsumerE<? super T,? extends Ex> after)Methods in com.aoapps.lang.function with parameters of type ConsumerE Modifier and Type Method Description default ConsumerE<T,Ex>ConsumerE. andThen(ConsumerE<? super T,? extends Ex> after)
-