Base is the first element on a chain, there's no previous element before the Base element.
()
| 11 | // Base is the first element on a chain, there's no previous element before |
| 12 | // the Base element. |
| 13 | Base() interface{} |
| 14 | } |
| 15 | |
| 16 | // FastForward applies all Fn methods in order on the given new Base. |
no outgoing calls
no test coverage detected