Package | Description |
---|---|
org.apache.commons.io.function |
IO-only related functional interfaces provide target types for lambda expressions and method references.
|
Modifier and Type | Method and Description |
---|---|
default IOSupplier<R> |
IOFunction.compose(IOSupplier<? extends T> before)
Returns a composed
IOFunction that first applies the before
function to its input, and then applies this function to the result. |
default IOSupplier<R> |
IOFunction.compose(Supplier<? extends T> before)
Returns a composed
IOFunction that first applies the before
function to its input, and then applies this function to the result. |
Modifier and Type | Method and Description |
---|---|
default IOSupplier<R> |
IOFunction.compose(IOSupplier<? extends T> before)
Returns a composed
IOFunction that first applies the before
function to its input, and then applies this function to the result. |
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.