Interface Stream
-
public interface Stream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
forEach(PlexusIoResourceConsumer resourceConsumer)
Invokes the #PlexusIoResourceConsumer for each resource in this collection
-
-
-
Method Detail
-
forEach
void forEach(PlexusIoResourceConsumer resourceConsumer) throws IOException
Invokes the #PlexusIoResourceConsumer for each resource in this collection- Parameters:
resourceConsumer
- The consumer of the resource- Throws:
IOException
- .
-
-