Uses of Interface
org.jenkinsci.plugins.github.pullrequest.utils.IOUtils.IOPredicate
-
Packages that use IOUtils.IOPredicate Package Description org.jenkinsci.plugins.github.pullrequest.utils -
-
Uses of IOUtils.IOPredicate in org.jenkinsci.plugins.github.pullrequest.utils
Methods in org.jenkinsci.plugins.github.pullrequest.utils with parameters of type IOUtils.IOPredicate Modifier and Type Method Description static <T> Predicate<T>
IOUtils. iop(IOUtils.IOPredicate<T> pred)
Wraps provided Predicate into an IOPredicate.
-