@FunctionalInterface public interface TriConsumer<T,U,V>
BiConsumer but accepts three arguments.| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(T t,
      U u,
      V v)
Execute with the provided arguments. 
 | 
Copyright © 2020 Eclipse. All rights reserved.