Pipeline operator?

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._
2 Likes