Uses of Interface
org.marid.io.function.IOFunction
| Package | Description |
|---|---|
| org.marid.io | |
| org.marid.io.function |
-
Uses of IOFunction in org.marid.io
Methods in org.marid.io with parameters of type IOFunction Modifier and Type Method Description static <T> TMaridFiles. getWithDirectoryStream(@NotNull Path path, @NotNull String glob, @NotNull IOFunction<DirectoryStream<Path>,T> callback)static <T> TMaridFiles. getWithDirectoryStream(@NotNull Path path, @NotNull IOFunction<DirectoryStream<Path>,T> callback)static <T> TMaridFiles. getWithDirectoryStream(@NotNull Path path, DirectoryStream.Filter<Path> filter, @NotNull IOFunction<DirectoryStream<Path>,T> callback) -
Uses of IOFunction in org.marid.io.function
Methods in org.marid.io.function that return IOFunction Modifier and Type Method Description static <T, R> IOFunction<T,R>IOFunction. of(IOFunction<T,R> value)Methods in org.marid.io.function with parameters of type IOFunction Modifier and Type Method Description static <T, R> IOFunction<T,R>IOFunction. of(IOFunction<T,R> value)