@FunctionalInterface
public interface ExceptionToLongBiFunction<T,U,E extends java.lang.Exception>
Modifier and Type | Method and Description |
---|---|
default <R> ExceptionBiFunction<T,U,R,E> |
andThen(ExceptionLongFunction<R,E> after) |
long |
apply(T t,
U u)
Apply this function to the given arguments.
|
long apply(T t, U u) throws E extends java.lang.Exception
t
- the first argumentu
- the second argumentE
- if an exception occursE extends java.lang.Exception
default <R> ExceptionBiFunction<T,U,R,E> andThen(ExceptionLongFunction<R,E> after)
Copyright © 2015 JBoss, a division of Red Hat, Inc.