Uses of Interface
com.atlassian.bamboo.util.ThrowingPredicate
-
Uses of ThrowingPredicate in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionstatic <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.