@FunctionalInterface public interface TBiConsumer<T,U>
Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u) |
default TBiConsumer<T,U> |
andThen(TBiConsumer<? super T,? super U> after) |
default TBiConsumer<T,U> andThen(TBiConsumer<? super T,? super U> after)
Copyright © 2019. All rights reserved.