Fn a function that is able to modify the passed element.
(interface{})
| 8 | Prev() Immutable |
| 9 | // Fn a function that is able to modify the passed element. |
| 10 | Fn(interface{}) error |
| 11 | // Base is the first element on a chain, there's no previous element before |
| 12 | // the Base element. |
| 13 | Base() interface{} |
no outgoing calls
no test coverage detected