c method

Compose<Input, Output> c(
  1. Input input
)

Build a Compose from the function that can be used to easily compose functions in a chain.

Implementation

Compose<Input, Output> c(Input input) => Compose(this, input);