Package com.nickbenn.room.model
Interface Streamable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<String>
stream()
Constructs (as appropriate) and returns aStream<String>
containing the relevant content of the current instance, along with that of any child objects.
-
-
-
Method Detail
-
stream
Stream<String> stream()
Constructs (as appropriate) and returns aStream<String>
containing the relevant content of the current instance, along with that of any child objects.
-
-