@FunctionalInterface public interface ExceptionalBiConsumer<T,U,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u)
Performs this operation on the given arguments.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.