Package | Description |
---|---|
com.atlassian.bitbucket.io | |
com.atlassian.bitbucket.migration |
Modifier and Type | Method and Description |
---|---|
default <V> IoFunction<T,V> |
IoFunction.andThen(Function<? super R,? extends V> after)
Returns a composed function that first applies this function to
its input, and then applies the
after function to the result. |
default <V> IoFunction<V,R> |
IoFunction.compose(Function<? super V,? extends T> before)
Returns a composed function that first applies the
before
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.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
EntrySource.apply(IoFunction<InputStream,T> reader)
Apply the
IoFunction to the file represented by this entry and return the result. |
Copyright © 2024 Atlassian. All rights reserved.