T1 - - type of the first parameter.T2 - - type of the second parameter.TResult - - type of the return value.public interface BiFunction<T1,T2,TResult>
| Modifier and Type | Method and Description |
|---|---|
TResult |
apply(T1 arg1,
T2 arg2) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.