Uses of Interface
com.atlassian.bitbucket.io.IoFunction
Packages that use IoFunction
- 
Uses of IoFunction in com.atlassian.bitbucket.ioMethods in com.atlassian.bitbucket.io that return IoFunctionModifier and TypeMethodDescriptiondefault <V> IoFunction<T, V> Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.default <V> IoFunction<V, R> Returns a composed function that first applies thebeforefunction to its input, and then applies this function to the result.static <T> IoFunction<T, T> IoFunction.identity()Returns a function that always returns its input argument.
- 
Uses of IoFunction in com.atlassian.bitbucket.migrationMethods in com.atlassian.bitbucket.migration with parameters of type IoFunctionModifier and TypeMethodDescription<T> TEntrySource.apply(IoFunction<InputStream, T> reader) Apply theIoFunctionto the file represented by this entry and return the result.