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 operationE - the type of Exception@FunctionalInterface public static interface LambdaExceptionUtils.TriConsumerWithExceptions<T,U,V,E extends Exception>
BiConsumer interface which can throw exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u,
V v) |
Copyright © 2019 WSO2. All rights reserved.