There is a pipe
method in the standard library available as an extension method.
You need
import scala.util.chaining.scalaUtilChainingOps
or just
import scala.util.chaining._
There is a pipe
method in the standard library available as an extension method.
You need
import scala.util.chaining.scalaUtilChainingOps
or just
import scala.util.chaining._