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
The interface has several setter, it should be convenient to add a fluent syntax to it, and provide a base class, so that implementation can focus on the specific features (create(...))
add fluent syntax support (withX())
implement a base class UserInterfaceActionFactoryBase
update implementing classes to extends the base class
The text was updated successfully, but these errors were encountered:
impacted class : AdaptedActionFactory
The interface has several setter, it should be convenient to add a fluent syntax to it, and provide a base class, so that implementation can focus on the specific features (
create(...)
)withX()
)UserInterfaceActionFactoryBase
The text was updated successfully, but these errors were encountered: