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
{{ message }}
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
For instance, Route provides various apply methods which would instantiate the route instance with different properties.
However, when there are many options, providing factory methods for every combinations of them would be nearly impossible and using such API can be quite cumbersome and error prone.
Better approach would be provide a builder style API, like below :