T - the type of the first argument to the functionU - the type of the second argument to the functionR - the type of the result of the functionE - the type of exception that may be thrown from the functionpublic interface ThrowingBiFunction<T,U,R,E extends Exception>
ThrowingFunction.| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.