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 a222253 commit 0eefc7bCopy full SHA for 0eefc7b
src/main/scala/scala/next/package.scala
@@ -13,7 +13,7 @@
13
package scala
14
15
package object next {
16
- implicit final class OptionOpsExtensions[A](val v: Option[A]) extends AnyVal {
+ implicit final class OptionOpsExtensions[A](private val v: Option[A]) extends AnyVal {
17
/** Apply the side-effecting function `f` to the option's value
18
* if it is nonempty. Otherwise, do nothing.
19
*
0 commit comments