@FunctionalInterface public interface TriConsumer<T,U,V>
void accept(T t, U u, V v)
BiConsumer.accept(Object, Object)}
except that this method is declared with three parameters.Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.