Interface ResourcePathConsumer<T>
-
public interface ResourcePathConsumer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconsume(Path is)
-
-
-
Method Detail
-
consume
T consume(Path is) throws IOException
- Throws:
IOException
-
-