Package de.team33.patterns.streamable.galatea
package de.team33.patterns.streamable.galatea
Provides streamable classes.
- See Also:
-
InterfacesClassDescriptionStreamable<E>Represents instances that (virtually or really) contain elements of a specific type and can provide a
Streamover those elements when needed.Streamer<E>Represents aStreamabletype that provides a kind of builder pattern.