Uses of Interface
com.atlassian.bitbucket.io.IoFunction
-
Uses of IoFunction in com.atlassian.bitbucket.io
Modifier and TypeMethodDescriptiondefault <V> IoFunction<T,
V> Returns a composed function that first applies this function to its input, and then applies theafter
function to the result.default <V> IoFunction<V,
R> Returns a composed function that first applies thebefore
function 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.migration
Modifier and TypeMethodDescription<T> T
EntrySource.apply
(IoFunction<InputStream, T> reader) Apply theIoFunction
to the file represented by this entry and return the result.