Package org.apache.commons.io.function
This package defines IO-only related functional interfaces for lambda expressions and method references.
See: Description
-
Interface Summary Interface Description IOConsumer<T> LikeConsumer
but throwsIOException
.IOFunction<T,R> LikeFunction
but throwsIOException
.IOSupplier<T> LikeSupplier
but throwsIOException
.
Package org.apache.commons.io.function Description
This package defines IO-only related functional interfaces for lambda expressions and method references.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.