Patouche

Results 3 issues of Patouche

Hi, Most of the times we returns a constant for the `Map` method on the Option receiver. For example, we might have something like : ```go mo.Some("foobar").Map(func(value string) (string, bool)...

Closes #1300 . Integrate fluent API for PagedModel

Hi the spring team, When we use the `add` method on a PagedModel, this method will return a CollectionModel and we "loose" the type PagedModel type. In fact, if we...