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