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