Prev is the previous element on a chain.
()
| 6 | type Immutable interface { |
| 7 | // Prev is the previous element on a chain. |
| 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 |
no outgoing calls
no test coverage detected