Pipe<A, B> extension

on

Methods

pipe<C>(Func1<B, C> f) Func1<A, C>
Performs left-to-right function composition.