public interface BiConsumer<T,U>
void
accept(T t, U u)
void accept(T t, U u)
t
u
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.