Uses of Interface
org.apache.commons.io.function.IOSupplier
Packages that use IOSupplier
Package
Description
This package defines IO-only related functional interfaces for lambda expressions and method references.
-
Uses of IOSupplier in org.apache.commons.io.function
Methods in org.apache.commons.io.function that return IOSupplierModifier and TypeMethodDescriptiondefault IOSupplier
<R> Returns a composedIOFunction
that first applies thebefore
function to its input, and then applies this function to the result.default IOSupplier
<R> IOFunction.compose
(IOSupplier<? extends T> before) Returns a composedIOFunction
that first applies thebefore
function to its input, and then applies this function to the result.Methods in org.apache.commons.io.function with parameters of type IOSupplierModifier and TypeMethodDescriptiondefault IOSupplier
<R> IOFunction.compose
(IOSupplier<? extends T> before) Returns a composedIOFunction
that first applies thebefore
function to its input, and then applies this function to the result.