Function1 encapsulates a function taking a single parameter and returning a value. It adds some useful functions to combine or transform functions.
the parameter type
the result type
Invoke the function
Returns a new composed function which first applies the current function and then the one you pass as parameter.
Generated using TypeDoc
Function1 encapsulates a function taking a single parameter and returning a value. It adds some useful functions to combine or transform functions.