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