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_CONSUMER
Package 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 composedIoConsumer
that performs, in sequence, this operation followed by theafter
operation.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 composedIoConsumer
that performs, in sequence, this operation followed by theafter
operation.static void
ProxyInputStream. close(Closeable closeable, IOConsumer<IOException> consumer)
-