Uses of Interface
org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.IOSupplier
-
Packages that use IOUtils.IOSupplier Package Description org.jenkinsci.plugins.github.pullrequest.utils -
-
Uses of IOUtils.IOSupplier in org.jenkinsci.plugins.github.pullrequest.utils
Methods in org.jenkinsci.plugins.github.pullrequest.utils with parameters of type IOUtils.IOSupplier Modifier and Type Method Description static <V> Stream<V>
IOUtils. ioOptStream(IOUtils.IOSupplier<V> supp)
Creates a stream from a single element returned by provided IOSupplier.
-