chaining

object chaining extends ChainingSyntax

Adds chaining methods tap and pipe to every type.

Adds chaining methods tap and pipe to every type. See ChainingOps.

class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def scalaUtilChainingOps[A](a: A): ChainingOps[A]
Inherited from
ChainingSyntax