The Question is As Same As the Title. :)

link|improve this question
feedback

1 Answer

  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")).
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.