Get a bound method for cls.meth reference with injector
Sometimes I want to reference a class + method in some setup code but really use bound method of an instance. This is quite easy to do with Injector: Container will get you and instance of an interface with all it’s dependencies provided. Cool.