Convert to Instance Method

Last modified: 01 August 2022

Convert to Instance Method refactoring lets you convert a static method to a non-static, class instance method, with a class being the type parameter of the initial method.