Open dmfs opened 4 years ago
A Function which applies a procedure to the a (often mutable) argument and returns the result. It provides a way to use mutable classes like builders in a single composed expression. Convenience ctors allow applying multiple procedures.
Function
To avoid side effects, the function should take a Generator and process and return the result of it.
Generator
A
Function
which applies a procedure to the a (often mutable) argument and returns the result. It provides a way to use mutable classes like builders in a single composed expression. Convenience ctors allow applying multiple procedures.