?????
org.apache.commons.io.function.IOSupplier
??IOSupplier????
???
??
This package defines IO-only related functional interfaces for lambda expressions and method references.
-
org.apache.commons.io.function?IOSupplier???
??????????default 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.?????IOSupplier?org.apache.commons.io.function??????????????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.