This allows people to use the defaults and override the implementations they want without having to implement all of them.
The ClientTest no longer really makes sense, so I've removed it.
This does remove the function value checking that apply_wrap was doing, although I think its fair that this be a responsibility of people implementing the behaviour or overriding the default.
This allows people to use the defaults and override the implementations they want without having to implement all of them. The
ClientTest
no longer really makes sense, so I've removed it. This does remove the function value checking thatapply_wrap
was doing, although I think its fair that this be a responsibility of people implementing the behaviour or overriding the default.