Function0 encapsulates a parameterless function which returns a value. It adds some useful functions to combine or transform functions.
Invoke the function
Returns a new composed function which first calls the current function and then the one you pass as parameter.
Generated using TypeDoc
Function0 encapsulates a parameterless function which returns a value. It adds some useful functions to combine or transform functions.