
@FunctionalInterface public interface ExceptionBiFunction<T,U,R,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.