edu.rice.cs.plt.lambda
Interface Lambda4<T1,T2,T3,T4,R>
- Type Parameters:
T1 - the first argument typeT2 - the second argument typeT3 - the third argument typeT4 - the fourth argument typeR - the return type
- All Known Subinterfaces:
- LambdaUtil.GeneralLambda<R>, LambdaUtil.LiftedLambda4<T1,T2,T3,T4,R>
public interface Lambda4<T1,T2,T3,T4,R>
An arbitrary piece of code parameterized by four arguments.
- See Also:
Thunk,
Lambda,
Lambda2,
Lambda3,
Runnable4
value
R value(T1 arg1,
T2 arg2,
T3 arg3,
T4 arg4)