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

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Binary<T>

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

maps two objects to one object. Replaceable to Map2.

a -> b -> r

Author:
Ben Yu 2004-11-12

Method Summary
 R map(A o1, B o2)
           
 

Method Detail

map

R map(A o1,
      B o2)