public interface Map3<A,B,C,R> extends java.io.Serializable
a -> b -> c -> r
R
map(A a, B b, C d)
R map(A a, B b, C d)