package fp; public interface ILambda2 { Object apply(Object arg1, Object arg2); }