3

The Question is As Same As the Title. :)

skaffman
  • 398,947
  • 96
  • 818
  • 769

1 Answers1

2
  1. Fluent interface can have some requirements for methods chaining. For example, method chain can be required to end by .done().
  2. It is more general. You can use method chaining in the params: .namesIn(NameSet.name("John").and("Richard")).
Ha.
  • 3,454
  • 21
  • 24