jfun.yan
Interface Map2<A,B,R>

All Superinterfaces:
java.io.Serializable

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

Maps two objects to another object.

Codehaus.org.

Author:
Ben Yu

Method Summary
 R map(A o1, B o2)
           
 

Method Detail

map

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