Searched defs:CheckCloseSupplier (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DCheckCloseSupplier.java25 * The purpose of the CheckCloseSupplier is to report when all closeable objects
37 abstract class CheckCloseSupplier<T> { class
40 abstract static class Input<T> extends CheckCloseSupplier<T>
53 abstract static class Output<T> extends CheckCloseSupplier<T>

Completed in 55 milliseconds