U - type of the usersI - type of the itemspublic static interface RecommendationFormat.Reader<U,I> extends Supplier<Stream<Recommendation<U,I>>>
| Modifier and Type | Method and Description |
|---|---|
default Stream<Recommendation<U,I>> |
get() |
Stream<Recommendation<U,I>> |
readAll()
Reads all recommendations.
|
Stream<Recommendation<U,I>> readAll() throws IOException
IOException - when IO errordefault Stream<Recommendation<U,I>> get()
Copyright © 2016. All rights reserved.