Uses of Interface
com.atlassian.bamboo.util.DoubleThrowingPredicate
-
Packages that use DoubleThrowingPredicate Package Description com.atlassian.bamboo.util -
-
Uses of DoubleThrowingPredicate in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type DoubleThrowingPredicate Modifier and Type Method Description static <T,E extends Throwable,F extends Throwable>
TBambooIterables. find(@NotNull Iterable<T> iterable, @NotNull DoubleThrowingPredicate<? super T,E,F> predicate, T defaultValue)
Returns the first element initerable
that satisfies the given predicate, ordefaultValue
if none found.
-