Uses of Interface
org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.IOFunction
Packages that use IOUtils.IOFunction
-
Uses of IOUtils.IOFunction in org.jenkinsci.plugins.github.pullrequest.utils
Methods in org.jenkinsci.plugins.github.pullrequest.utils with parameters of type IOUtils.IOFunctionModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> IOUtils.iof(IOUtils.IOFunction<T, R> fun) Wraps provided Function into an IOFunction.