Home
last modified time | relevance | path

Searched refs:throwingIOBinaryOperator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DTestUtils.java78 static <T> IOBinaryOperator<T> throwingIOBinaryOperator() { in throwingIOBinaryOperator() method in TestUtils
H A DIOBinaryOperatorStreamTest.java50 …ts.ABS_PATH_A, TestConstants.ABS_PATH_A).reduce(TestUtils.<Path>throwingIOBinaryOperator().asBinar… in testAsBinaryOperator()