Uses of Interface
jetbrains.buildServer.util.IOConsumer
-
Packages that use IOConsumer Package Description jetbrains.buildServer.util -
-
Uses of IOConsumer in jetbrains.buildServer.util
Fields in jetbrains.buildServer.util declared as IOConsumer Modifier and Type Field Description static IOConsumer<?>IOConsumer. NOOP_IO_CONSUMERPackage private constant; consider private.Methods in jetbrains.buildServer.util that return IOConsumer Modifier and Type Method Description default IOConsumer<T>IOConsumer. andThen(IOConsumer<? super T> after)Returns a composedIoConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T> IOConsumer<T>IOConsumer. noop()Returns a constant NOOP consumer.Methods in jetbrains.buildServer.util with parameters of type IOConsumer Modifier and Type Method Description default IOConsumer<T>IOConsumer. andThen(IOConsumer<? super T> after)Returns a composedIoConsumerthat performs, in sequence, this operation followed by theafteroperation.static voidProxyInputStream. close(Closeable closeable, IOConsumer<IOException> consumer)
-