File tree Expand file tree Collapse file tree
src/main/java/com/jnape/palatable/lambda/functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import static com .jnape .palatable .lambda .functions .builtin .fn1 .Constantly .constantly ;
99
1010/**
11- * A function taking six arguments. Defined in terms of {@link Fn6}, so similarly auto-curried.
11+ * A function taking seven arguments. Defined in terms of {@link Fn6}, so similarly auto-curried.
1212 *
1313 * @param <A> The first argument type
1414 * @param <B> The second argument type
Original file line number Diff line number Diff line change 55import com .jnape .palatable .lambda .internal .Runtime ;
66
77/**
8- * A function taking six arguments. Defined in terms of {@link Fn7}, so similarly auto-curried.
8+ * A function taking eight arguments. Defined in terms of {@link Fn7}, so similarly auto-curried.
99 *
1010 * @param <A> The first argument type
1111 * @param <B> The second argument type
You can’t perform that action at this time.
0 commit comments