Home
last modified time | relevance | path

Searched defs:throwingIOUnaryOperator (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 DIOUnaryOperatorTest.java41 final IOUnaryOperator<Path> throwingIOUnaryOperator = TestUtils.throwingIOUnaryOperator(); in testAsUnaryOperator() local
H A DTestUtils.java112 static <T> IOUnaryOperator<T> throwingIOUnaryOperator() { in throwingIOUnaryOperator() method in TestUtils