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

All Superinterfaces:
java.io.Serializable

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

maps 3 objects to an Object. Replaceable with Map3.

a -> b -> c -> r

Author:
Ben Yu 2004-11-16

Method Summary
 R map(A a, B b, C d)
           
 

Method Detail

map

R map(A a,
      B b,
      C d)