T - the type of the first argument to the operationU - the type of the second argument to the operationB - the type of the third argument to the operationTriConsumer in the
cmsfacades extension instead.@Deprecated @FunctionalInterface public interface TriConsumer<T,U,B> extends TriConsumer<T,U,B>
Consumer. Unlike most other functional interfaces, TriConsumer
is expected to operate via side-effects.
This is a functional interface whose functional method is
TriConsumer.accept(Object, Object, Object).
Consumeraccept, andThenCopyright © 2017 SAP SE. All Rights Reserved.