T - the type of the first input to the operationU - the type of the second input to the operationV - the type of the third input to the operation@FunctionalInterface public static interface LambdaExceptionUtils.TriConsumer<T,U,V>
TriConsumer interface.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u,
V v) |
Copyright © 2019 WSO2. All rights reserved.