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 7fd5b3e commit ce1bb20Copy full SHA for ce1bb20
library/src/scala/util/ChainingOps.scala
@@ -7,7 +7,7 @@ trait ChainingSyntax {
7
8
/** Adds chaining methods `tap` and `pipe` to every type.
9
*/
10
-final class ChainingOps[A](val self: A) extends AnyVal {
+final class ChainingOps[A](private val self: A) extends AnyVal {
11
/** Applies `f` to the value for its side effects, and returns the original value.
12
*
13
* {{{
0 commit comments