chaining

dotty.tools.dotc.util.chaining
object chaining

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
chaining.type

Members list

Extensions

Extensions

extension [A](x: A)
inline def pipe[B](inline f: A => B): B
inline def tap(inline f: A => Unit): x.type