jfun.yan
Interface Map3<A,B,C,R>

All Superinterfaces:
java.io.Serializable

public interface Map3<A,B,C,R>
extends java.io.Serializable

Maps three objects to another object.

Codehaus.org.

Author:
Ben Yu

Method Summary
 R map(A o1, B o2, C o3)
           
 

Method Detail

map

R map(A o1,
      B o2,
      C o3)
      throws java.lang.Throwable
Throws:
java.lang.Throwable