This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
from e9815c81 Add IOFunction.asFunction() new dda40c55 Add IOBiFunction#asBiFunction() new 35a30840 Add IOConsumer.asConsumer(). new 28f639e7 Add IOBiConsumer#asBiConsumer() new c5e8b7b4 Javadoc new 73a3f2d0 Add IORunnable#asRunnable() The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 3 + .../apache/commons/io/function/IOBiConsumer.java | 13 +++ .../apache/commons/io/function/IOBiFunction.java | 12 +++ .../org/apache/commons/io/function/IOConsumer.java | 12 +++ .../org/apache/commons/io/function/IOFunction.java | 95 +++++++++------------- .../apache/commons/io/function/IOPredicate.java | 2 +- .../org/apache/commons/io/function/IORunnable.java | 10 +++ .../org/apache/commons/io/function/IOSupplier.java | 2 +- .../commons/io/function/IOBiConsumerTest.java | 15 ++++ .../commons/io/function/IOBiFunctionTest.java | 12 +++ .../apache/commons/io/function/IOConsumerTest.java | 12 +++ .../apache/commons/io/function/IORunnableTest.java | 13 +++ 12 files changed, 141 insertions(+), 60 deletions(-)