@FunctionalInterface public interface Map3<A,B,C,T>
A
, B
and C
respectively to an object of type
T
.Modifier and Type | Method and Description |
---|---|
T |
map(A a,
B b,
C d)
Maps
a , b and c to the target object. |
Copyright © 2013–2016 jparsec. All rights reserved.