T
- the type of the first input to the operationU
- the type of the second input to the operationE
- the type of Exception@FunctionalInterface public static interface LambdaExceptionUtils.BiConsumerWithExceptions<T,U,E extends Exception>
BiConsumer
interface which can throw exceptions.Modifier and Type | Method and Description |
---|---|
void |
accept(T t,
U u) |
Copyright © 2019 WSO2. All rights reserved.