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
A standard constructor taking the `Streamable<Product>` will do as well.
571
572
<3> The wrapper type exposes an additional API, calculating new values on the `Streamable<Product>`.
572
573
<4> Implement the `Streamable` interface and delegate to the actual result.
573
-
<5> That wrapper type can be used as a query method return type directly. You need not return `Streamable<Product>` and manually wrap it in the repository client.
574
+
<5> That wrapper type `Products` can be used directly as a query method return type. You do not need to return `Streamable<Product>` and manually wrap it after the query in the repository client.
0 commit comments