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