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