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