io.github.srs.utils.chaining
package io.github.srs.utils.chaining
Members list
Type members
Classlikes
object Pipe
A utility object providing a pipe operator for chaining function calls.
A utility object providing a pipe operator for chaining function calls.
The pipe operator |>
allows you to pass a value through a series of functions in a more readable way.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Pipe.type
In this article