You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e. drop all apply/withTemplate etc methods as well a the access to the Creator as well and completely encapsulate using a single (or multiple) Wrapper class and its static methods.
i.e.
Klum.Create(MyClass) instead of MyClass.Create
Klum.Apply(myinstance) {} instead of myInstance.apply {}
This is already adressed partially in various other tickets, the main part is to drop the Creator field as well.
Basic Problem: There might be no easy way to make Klum.Create() return an IDE safe version of the factory.
The text was updated successfully, but these errors were encountered:
I.e. drop all apply/withTemplate etc methods as well a the access to the Creator as well and completely encapsulate using a single (or multiple) Wrapper class and its static methods.
i.e.
This is already adressed partially in various other tickets, the main part is to drop the Creator field as well.
Basic Problem: There might be no easy way to make Klum.Create() return an IDE safe version of the factory.
The text was updated successfully, but these errors were encountered: