io.github.srs.utils.chaining.Pipe.pipeOps
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
The pipe operator |>
allows you to pass a value through a function. This operator is useful for chaining function calls in a more readable way.
The pipe operator |>
allows you to pass a value through a function. This operator is useful for chaining function calls in a more readable way.
Value parameters
-
f
-
the function to apply to the value
Attributes
-
Returns
-
the result of applying the function f
to the value