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