public static class ObjectBank.PathToFileFunction extends Object implements java.util.function.Function<String,File>
| Constructor and Description |
|---|
PathToFileFunction() |
| Modifier and Type | Method and Description |
|---|---|
File |
apply(String str) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic File apply(String str)
apply in interface java.util.function.Function<String,File>