The Question is As Same As the Title. :)
Asked
Active
Viewed 327 times
1 Answers
2
- Fluent interface can have some requirements for methods chaining. For example, method chain can be required to end by
.done()
. - It is more general. You can use method chaining in the params:
.namesIn(NameSet.name("John").and("Richard"))
.

Ha.
- 3,454
- 21
- 24