jfun.jaskell.function
Interface LamdaN

All Superinterfaces:
java.io.Serializable

public interface LamdaN
extends java.io.Serializable

Implement this interface to provide function with n parameters.

Zephyr Business Solutions Corp.

Author:
Ben Yu

Method Summary
 java.lang.Object lamda(java.lang.Object[] arr)
          Call this function with n parameters.
 

Method Detail

lamda

java.lang.Object lamda(java.lang.Object[] arr)
                       throws java.lang.Throwable
Call this function with n parameters.

Parameters:
arr - the parameters.
Returns:
the return value.
Throws:
java.lang.Throwable