Creates a new Binder instance.
Each Binder stats as a self-referencing circular node (prev = this, next = this);
prev = this
next = this
Protected
Gets the next Binder in the chain.
Gets the previous Binder in the chain.
Binds the given Binder right after this one in the chain.
The Binder to insert after the current one.
Unbinds this Binder instance from the chain.
Creates a new Binder instance.
Each Binder stats as a self-referencing circular node (
prev = this,next = this);