Docs (4.0.0)
class Binding method

clone

Returns a copy of this object.

protected

protected clone(): Binding<T>

Notes

  • This method is used by other methods to return a new instance of the same type, before adding filters, e.g. not().

Related