We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d7e96 commit 5f07a17Copy full SHA for 5f07a17
library/src-3.x/dotty/DottyPredef.scala
@@ -41,6 +41,8 @@ object DottyPredef {
41
/** Creates a tupled version of this function: instead of N arguments,
42
* it accepts a single [[scala.Tuple]] argument.
43
*
44
+ * This is a generalization of [[scala.FunctionN.tupled]] that work on functions of any arity
45
+ *
46
* @tparam F the function type
47
* @tparam Args the tuple type with the same types as the function arguments of F
48
* @tparam R the return type of F
0 commit comments