public static class IO.ConvertToPathFunction extends Object implements Function<String,java.nio.file.Path>
| Constructor and Description |
|---|
IO.ConvertToPathFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
apply(String s)
Compute the result of applying the function to the input argument
|
public java.nio.file.Path apply(String s)
Functionapply in interface Function<String,java.nio.file.Path>s - the input objectCopyright © 2016. All Rights Reserved.