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