public interface BiConsumer<T,U>
void
accept(T t, U u)
void accept(T t, U u)
t
u
Copyright © 2018–2020 Alibaba Group. All rights reserved.