jfun.parsec
Interface Map4<A,B,C,D,R>

All Superinterfaces:
java.io.Serializable

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

maps 4 objects to an Object. Replaceable with Map4.

a -> b -> c -> d -> r

Author:
Ben Yu 2004-11-16

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

Method Detail

map

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