File tree 2 files changed +2
-2
lines changed
src/main/java/com/jnape/palatable/lambda/functions
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
import static com .jnape .palatable .lambda .functions .builtin .fn1 .Constantly .constantly ;
9
9
10
10
/**
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.
12
12
*
13
13
* @param <A> The first argument type
14
14
* @param <B> The second argument type
Original file line number Diff line number Diff line change 5
5
import com .jnape .palatable .lambda .internal .Runtime ;
6
6
7
7
/**
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.
9
9
*
10
10
* @param <A> The first argument type
11
11
* @param <B> The second argument type
You can’t perform that action at this time.
0 commit comments