public static interface Function.A2<P1,P2,R> extends Function.A3<P1,P2,Object,R>
| Modifier and Type | Method and Description |
|---|---|
R |
call(P1 p1,
P2 p2) |
default R |
call(P1 p1,
P2 p2,
Object ignore) |
callcallCopyright © 2018. All rights reserved.