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
To avoid needing a library update for issues like #17, the createInstance() method should have some way of passing a custom initializer for certain classes.
The text was updated successfully, but these errors were encountered:
These are functions `() -> T` that are invoked when
an instance of `T` is needed, instead of manually
trying to figure out which constructor to use.
Fixes#20.
These are functions `() -> T` that are invoked when
an instance of `T` is needed, instead of manually
trying to figure out which constructor to use.
Fixes#20.
These are functions `() -> T` that are invoked when
an instance of `T` is needed, instead of manually
trying to figure out which constructor to use.
Fixes#20.
These are functions `() -> T` that are invoked when
an instance of `T` is needed, instead of manually
trying to figure out which constructor to use.
Fixes#20.
To avoid needing a library update for issues like #17, the
createInstance()
method should have some way of passing a custom initializer for certain classes.The text was updated successfully, but these errors were encountered: