public interface PipeTransform
| Modifier and Type | Method and Description |
|---|---|
default BiFunction<Path,Path,FileCreation> |
mapPathToPath() |
default Function<Path,InputStream> |
mapPathToStream() |
default BiFunction<InputStream,Path,FileCreation> |
mapStreamToPath() |
default Function<InputStream,InputStream> |
mapStreamToStream() |
default Function<InputStream,InputStream> mapStreamToStream()
default Function<Path,InputStream> mapPathToStream()
default BiFunction<Path,Path,FileCreation> mapPathToPath()
default BiFunction<InputStream,Path,FileCreation> mapStreamToPath()
Copyright © 2020. All rights reserved.